[BangPypers] silly question regarding virtualenv

Lakshman Prasad scorpion032 at gmail.com
Mon Aug 2 10:16:07 CEST 2010


> Now how do I install virtualenv under python2.6?

$ cd virtualenv/
$ path/to/python2.6 setup.py install

Or just symlink it,

$ ln -s path/to/virtualenv/sources /path/to/python2.6/dist-packages/

Assuming the unstable repo replaces and updates the python to 2.6, it is
just the normal "python setup.py install".

On Mon, Aug 2, 2010 at 11:45 AM, Kenneth Gonsalves <lawgon at au-kbc.org>wrote:

> hi,
>
> I have a server with lenny on it. There was a demand for python 2.6 which I
> installed using apt-get with the unstable repo. Now how do I install
> virtualenv under python2.6?
> --
> Regards
> Kenneth Gonsalves
> Senior Associate
> NRC-FOSS at AU-KBC
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list