Chris Burgin
Chris Burgin

Reputation: 256

Mamp Changed My Python Path

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

Answers (1)

Pip
Pip

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

enter image description here

Upvotes: 1

Related Questions