PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, March 14, 2022

[FIXED] Mamp Changed My Python Path

 March 14, 2022     installation, mamp, python     No comments   

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
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

0 Comments:

Post a Comment

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

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing