I want to update my Python framework on Mac and delete the old versions
but I am not sure if is safe to
rm -fr /Library/Frameworks/Python.framework/Versions/2.4 - 2.5 - 2.6 -3.0 etc.
Any suggestion?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, it’s safe.
The Mac’s system python’s are in
/System/Library/.....dmg’s downloaded and installed from python.org are placed in
/Library/....Don’t delete the /System ones, but the /Library ones are user installed, so they should be safe to delete.