> 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 <[email protected]>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
> [email protected]
> http://mail.python.org/mailman/listinfo/bangpypers
>
_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to