'Installed python3.10. 'python' points symbolic link. 'python3" does not
I do have python3.10 working. "python" command works, "python3" command does not, because there is no /usr/bin/python3.
/usr/bin/python is a symbolic link python->/etc/alternatives/python. python3.10 is in /usr/bin/python.
How to get python3 to point to python3.10? Scripts that call for python3 give the error "/usr/bin/python3: bad interpreter: no such file or directory", because, of course, there is no /usr/bin/python3.
I attempted to reinstall python3 but the os knows that python3.10 is already installed.
Thank You Tom
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
