I'm a little OCD, I like my computer to be nice and neat. However, right now, Python on my computer is a little messy. I have both python2 and python3 installed, and I have a lot of python2 packages installed through my distro repo (Ubuntu) which are various dependencies for various stuff, but I also have a bunch of eggs installed for both python2 and python3 with pip. It's a veritable mess with certain packages provided by Ubuntu repos, and others installed directly with pip, and version conflicts between both that forces me to pick and choose from either the repos or from pypi. Does anyone have tips/personal experience coping with this mess?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.