I have a Debian system currently running with python 2.5.4.
(我有一个目前使用python 2.5.4运行的Debian系统。)
I got virtualenv properly installed, everything is working fine.(我正确安装了virtualenv,一切正常。)
Is there a possibility that I can use a virtualenv with a different version of Python?(我是否可以将virtualenv与其他版本的Python一起使用?)
I compiled Python 2.6.2 and would like to use it with some virtualenv.
(我编译了Python 2.6.2,并希望将其与一些virtualenv一起使用。)
Is it enough to overwrite the binary file?(覆盖二进制文件是否足够?)
Or do I have to change something in respect to the libraries?(还是我必须更改有关库的某些内容?)
ask by Ulf translate from so