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.

No. Many things in the repo still expect it to be python2 and considering such important tools as the package manager is in python2. It sounds like a very, very bad idea.