Answer the question
In order to leave comments, you need to log in
How to uninstall MAMP PRO Python?
Hello!
Previously, MAMP PRO was installed with Python version 2.7.13
. Removed MAMP PRO, there was a call to Python 2.7.13 version along the path:
python -V
-bash: /Applications/MAMP/Library/bin/python: No such file or directory
which python
/usr/bin/python
-bash: /Applications/MAMP/Library/bin/python: No such file or directory
alias python='/usr/bin/python'
a leading to a symbolic link, as I understand it. Answer the question
In order to leave comments, you need to log in
See if there is a path /Applications/MAMP/Library/bin/python
in the environment variables cat /etc/environment
, if there is cat ~/.profile
, cat ~/.bashrc
remove it.
Alias alias python='/usr/bin/python'
is written just in . bashrc to run the command python
as above.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question