Is there a Python Version Manager?

Kushal Kumaran kushal.kumaran+python at gmail.com
Mon Oct 4 00:12:23 EDT 2010


On Mon, Oct 4, 2010 at 8:39 AM, TerryP <bigboss1964 at gmail.com> wrote:
> Having STFW and come up empty, I'm wondering if anyone knows if there
> is an analogue to the Ruby Version Manager <http://
> rvm.beginrescueend.com/> in the Python world? rvm is essentially a
> tool that can install several Ruby implementations side by side and
> easily hot swap them in your shell session. Check a few pages of their
> website and you will get the idea. In the python world, the closest I
> have seen to rvm, are tools that just archive a (C)Python distribution
> around your project. Not what I need.
>

Is virtualenv what you need?

http://pypi.python.org/pypi/virtualenv

> <snip>

-- 
regards,
kushal



More information about the Python-list mailing list