Simone Orsi ha scritto:
On 03/11/2010 12:31 PM, Yuri wrote:
virtualenv con python2.6 non riesco ad installarlo, dice:

macbook:~# easy_install-2.6 virtualenv
[...]
e mi trovo sempre /usr/bin/virtualenv che usa il python 2.5 inveche
che il 2.6...

Avete idee su come risolvere la cosa? :)
In realtà se hai già installato v-env dovresti semplicemente creare il
v-env col paramentro "-p":

virtualenv -p python2.6 ...

bastava un RTFM :D

 -p PYTHON_EXE, --python=PYTHON_EXE
                       The Python interpreter to use, e.g.,
--python=python2.5 will use the python2.5 interpreter
                       to create the new environment.  The default is the
                       interpreter that virtualenv was installed with
                       (/usr/bin/python2.5)

grazie! :)

HTH,
Simo


_______________________________________________
Plone-IT mailing list
Plone-IT@lists.plone.org
http://lists.plone.org/mailman/listinfo/plone-it
http://www.nabble.com/Plone---Italy-f21728.html

Rispondere a