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
> 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
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
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
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
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