Total noob...I followed some instructions to install various programs from GitHub which didn't come with explanations on how virtualenv works and why it's best practice.
Now I understand via this answer that virtualenvwrapper in ~/.virtualenvs
is the way to go.
What do I do now to clean up my global packages?
Can I just leave them there and get on with my life?
I'm officially getting nowhere in my Python coding journey so far :P
(if it helps: I may have installed Python via Homebrew as well as their official Downloads page it's hard to remember if I did both or just one.)