Re: Is there a Python Version Manager?

2010-10-04 Thread TerryP
On Oct 4, 4:12 am, Kushal Kumaran kushal.kumaran+pyt...@gmail.com wrote: Is virtualenv what you need? http://pypi.python.org/pypi/virtualenv snip -- regards, kushal Not quite. It basically amounts to a UNIX version of xcopy'ing an existing Python installation. ... install Python X.Y

Re: Is there a Python Version Manager?

2010-10-04 Thread Diez B. Roggisch
TerryP bigboss1...@gmail.com writes: On Oct 4, 4:12 am, Kushal Kumaran kushal.kumaran+pyt...@gmail.com wrote: Is virtualenv what you need? http://pypi.python.org/pypi/virtualenv snip -- regards, kushal Not quite. It basically amounts to a UNIX version of xcopy'ing an existing

Is there a Python Version Manager?

2010-10-03 Thread TerryP
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.

Re: Is there a Python Version Manager?

2010-10-03 Thread Kushal Kumaran
On Mon, Oct 4, 2010 at 8:39 AM, TerryP bigboss1...@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