공부
[Python] uninstall
승가비
2020. 3. 30. 00:39
728x90
sudo rm -rf /Library/Frameworks/Python.framework/Versions/3.7
https://huybien.com/how-to-completely-uninstall-python-on-mac-os/
How to completely uninstall Python on Mac OS? | Software Development
Problem: You have an issue with a Python version (e.g. the 3.7 version) and want to install another version (e.g. the 3.6 version). In order to install a fresh version you need to uninstall the current version first. Solution: Assume that the current versi
huybien.com
728x90