Re: [BangPypers] silly question regarding virtualenv

2010-08-02 Thread Kenneth Gonsalves
On Monday, August 02, 2010 01:46:07 pm Lakshman Prasad wrote: > Assuming the unstable repo replaces and updates the python to 2.6, it is > just the normal "python setup.py install". it doesnt - everything else is running on 2.5 - only a new user wanted 2.6 -- Regards Kenneth Gonsalves Senior Asso

Re: [BangPypers] silly question regarding virtualenv

2010-08-02 Thread Lakshman Prasad
> 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 setu

Re: [BangPypers] silly question regarding virtualenv

2010-08-02 Thread Kenneth Gonsalves
On Monday, August 02, 2010 01:02:51 pm Noufal Ibrahim wrote: > > actually downloaded virtualenv tarball, expanded it and ran python2.6 > > setup.py install - worked. > > That will install virtualenv in your global Python2.6 installation path. yes - that is what I want > > To create one, you nee

Re: [BangPypers] silly question regarding virtualenv

2010-08-02 Thread Noufal Ibrahim
Kenneth Gonsalves writes: > On Monday, August 02, 2010 12:05:23 pm Naresh Khalasi wrote: >> AFAIK one needs to download the virutalenv package and execute this >> $ python virtualenv.py > > actually downloaded virtualenv tarball, expanded it and ran python2.6 > setup.py > install - worked. Th

Re: [BangPypers] silly question regarding virtualenv

2010-08-02 Thread Kenneth Gonsalves
On Monday, August 02, 2010 12:05:23 pm Naresh Khalasi wrote: > AFAIK one needs to download the virutalenv package and execute this > $ python virtualenv.py actually downloaded virtualenv tarball, expanded it and ran python2.6 setup.py install - worked. -- Regards Kenneth Gonsalves Senior Associa

Re: [BangPypers] silly question regarding virtualenv

2010-08-01 Thread Naresh Khalasi
Hi Kenneth, AFAIK one needs to download the virutalenv package and execute this $ python virtualenv.py Use appropriate options as per your needs. - Naresh On Mon, Aug 2, 2010 at 11:45 AM, Kenneth Gonsalves wrote: > hi, > > I have a server with lenny on it. There was a demand for python 2.6 wh