Hello,
Current symlink for 'python' goes to 'python2':
gray ~ ls -l `which python`
lrwxrwxrwx 1 root root 7 лип 8 2020 /usr/bin/python -> python2
gray ~ python --version
Python 2.7.18
Is it okay to manually change the symlink to 'python3'?
Best regards
Serhiy.