Faulty Python Installation On Macos. How Can I Repair?
I am using macOS High Sierra. In the past at some point I installed Python via brew however for some reason (that I don't know) pip failed to work: $ pip --version Traceback (most
Solution 1:
The solution is probably simply to remove /usr/local/opt/python2/libexec/bin
from your PATH
environment variable.
To do this you have to edit your ~/.bash_profile
and remove the occurence of this directory.
Post a Comment for "Faulty Python Installation On Macos. How Can I Repair?"