Use different Python version with virtualenv
Posted
by Ulf
on Stack Overflow
See other posts from Stack Overflow
or by Ulf
Published on 2009-10-07T21:11:22Z
Indexed on
2010/05/28
3:31 UTC
Read the original article
Hit count: 343
I have a Debian system currently running with python 2.5.4. I got virtualenv properly installed, everything is working fine. Is there a possibility that I can use a virtualenv with a different version of Python?
I compiled Python 2.6.2 and would like to use it with some virtualenv. Is it enough to overwrite the binary file? Or do I have to change something in respect to the libraries?
© Stack Overflow or respective owner