Monday, March 14, 2022

[FIXED] Mamp Changed My Python Path

Issue

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

Solution

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



Answered By - Pip

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.