, . , , , python, , . /usr/local/bin/python - .
For example, you might have / usr / local / bin / python -3.2 instead of / usr / local / bin / python. Once you know where it is, all you have to do is create a symbolic link to it via:
ln -s /usr/local/bin/python-3.2 /usr/local/bin/python
The fact that only an example, of course, and you are paths may differ. You also need to run this command as root (sudo).
source
share