I have many installations of Python which I have installed via pip, dmg so on.. I want to delete all of them except one.
Need some guidance on finding the different installations and removing them.
Read this:
Too many different Python versions on my system and causing problems
But there weren't any specific solutions besides full-OS re-installation.. I don't want to do full-OS re-installation. Any suggestions how to go about cleaning up. Sorry if the question is too broad.
Edit:
Cs-MacBook-Pro-2:~ lakesh$ which python
/opt/local/bin/python
Cs-MacBook-Pro-2:~ lakesh$ which python2
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2
Cs-MacBook-Pro-2:~ lakesh$ which python3
/usr/local/bin/python3