

#Mac python install install#
bash_profileĪnd add these lines: export PATH="/usr/local/bin:/usr/local/sbin:$PATH"Įxport install python2 using brew: brew install will also install pip)

If you have anaconda installed, get rid of that too:.In other words, delete old paths related to python. bash_profile):ĭelete all lines that have amework in it. zprofile or whichever shell you are using (If you don't know what I'm talking about then it's. (source: but I changed it a bit to remove python3 too)Įdit whatever shell profile you have, like. Ls -l /usr/local/bin | grep './Library/Frameworks/amework/Versions/2.7' | awk '' | tr -d | xargs rm Otherwise you WILL have to reinstall macos, it WILL crash, don't do it. Remove all the third party python installations:Ĭareful! Don't delete anything under the /System/ folder.I am not sure if this is really necessary, but I did it just so I get a fresh start First, remove all the python packages you installed.any attempt to fix using online resources made it worse.almost no package I installed with pip worked without a headache.Too many different symlinks which I lost track of.I had too many different python interpreters.Here is what I had messed up, which you also probably did: Whatever I install for python2 or python3 using pip JUST.WORKS. Today, I finally fixed my python installation.
#Mac python install mac#
I am assuming you are here because like me, you installed a bazillion different python interpreters on mac and the whole thing is a spagetti.
