I want to remove a Python installed in location that brew complains about, when I run brew doctor
Warning: Python is installed at /Library/Frameworks/Python.framework
What is the best way?
Here are more details / research:
The message from the brew git website:
Important: If you choose to install a Python which isn't either of
these two (system Python or brewed Python), the Homebrew team can only
provide limited support.
I want to make sure I am not missing anything before I remove the extra python libary.
Specifically, I want to remove the entire Python.framework, those files located here.
/Library/Frameworks/Python.framework/
I have Python 2.7.5 installed natively with Mavericks that I'll use instead - located in the path below. (The difference being -- I believe -- that its put in the root /System folder instead of the root /Library folder.) The good, native location is here:
/System/Library/Frameworks/Python.framework/Versions/2.7/bin/python
and I already installed python 3.x with brew install python3
, which put it here:
==> Summary
/usr/local/Cellar/python3/3.4.0 : 5076 files, 85M, built in 112 seconds
Can I just delete these files or are their consequences (beyond having to relink)?
/Library/Frameworks/Python.framework/
Here are steps to remove python from a stackoverflow question in 2010 and a similar question here
Is that approach still sound? Is there anything I should be aware of?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…