Answer the question
In order to leave comments, you need to log in
Why terminal on Mac OS X doesn't see python?
I wanted to disable python2.7 and enable python3.5. But I did it wrong, disabled python2.7 with this command
sudo ln -f /usr/bin/python2.6 /usr/local/bin/python
python
which python
python
which python
python-config
python2.6
python2.6-config
python2.7
python2.7-config
pythonw
pythonw2.6
pythonw2.7
Answer the question
In order to leave comments, you need to log in
ln -f removes the symbolic link
ln -s creates the symbolic link
you disabled 2.7 and 3.5 did not re-enable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question