I'm a Mac newbie. I manually downloaded and installed Python 2.7.9 from the .pkg from python.org. I've come to realize that I should be installing software using package management like Macports or Homebrew as much as possible. My question is: how can I uninstall the Python version that I just installed? I'm hesitant to just delete anything out of my Applications folder for fear of breaking vendor Python.
I found this post How to uninstall Python 2.7 on a Mac OS X 10.6.4? but I'm not sure if I can just follow these same instructions for my purposes. Ideally I'd like to uninstall Python 2.7.9 and then reinstall using Macports or Homebrew. Thanks for any advice you can give!