Separate Python installations on Ubuntu
Something that has dawned on me while I've been installing packages through easy_install, pip, apt, etc is the almost overwhelming lack of control I appear to have over the foundations of my applications. If Ubuntu updates its python version, I'd need to re-get all the packages I'm using…
It's not something that would be massively chaotic if it happened today (for five sites) but a year down the line when I've hopefully got a few dozen more, it could cause a week of headaches.
But am I worrying for nothing? Or should I look to maintain the environment myself rather than relying on package managers?
If it's the second - how?
3 Replies
So, if you want to be sure your python version will remain the same, just don't upgrade to a new release of Ubuntu.
~JW
Or you can download the source from Ubuntu's website and compile it on your own, at your own risk.