Reputation: 256
To get straight to the point. MAMP decided to change my python path, for some reason I do not understand. I only noticed this after 20 minutes of annoyance. But that is not my question. My question is how to change this back to my default python install path.
Chriss-MacBook-Pro:~ chrisburgin$ which python
/Applications/MAMP/Library/bin/python
Upvotes: 4
Views: 860
Reputation: 1172
I had to comment out my MAMP stuff inside my .zshrc and then $ source ~/.zshrc
and then when I typed $ which python
it now pointed to: /usr/bin/python
Upvotes: 1