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?
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?
No, it's not safe. Generally, don't mess with the Python that comes with your OS, many system tools depends on having a specific version of Python.
Don't! Once, I tried deleting Python2.4 in my ubuntu. Ubuntu crashed, had to format it. It was funny. :D
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.