How to uninstall the version Python 2.7 on a Mac OS X 10.6.4?

491    Asked by AmandaHawes in Python , Asked on Mar 2, 2021
Answered by Amanda Hawes

You can use the below-mentioned command:-

cd /usr/local/bin/

ls -l /usr/local/bin | grep '../Library/Frameworks/Python.framework/Versions/2.7' | awk '{print $9}' | tr -d @ | xargs rm



Your Answer

Interviews

Parent Categories