Safe way to uninstall old version of python

后端 未结 2 1485
无人及你
无人及你 2020-12-05 07:54

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条回答
  •  独厮守ぢ
    2020-12-05 08:23

    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.

提交回复
热议问题