request

Laura Creighton lac at openend.se
Tue Oct 13 16:18:21 EDT 2015


In a message of Tue, 13 Oct 2015 13:28:29 -0600, paul.hermeneutic at gmail.com wri
tes:
>On Oct 13, 2015 1:16 PM, "Uday Pethakamsetty" <Uday.Pethakamsetty at infor.com>
>wrote:
>
>> The problem is that when I installed python 3.5, all the pip installs are
>directing to python 3.5, instead of my native python 2.7.
>>
>
>Probably, this is because the Python 3 directories appears first in the
>PATH variable.
>
>Python 3 has venv. I always use venv and never put Python in the PATH
>variable.
>
>-- 
>https://mail.python.org/mailman/listinfo/python-list

Then you must only be using different Python 3 versions, because venv
won't make you a Python 2.7.  virtualenv will, though.

pip2.7 will get your pip installs to 2.7.

Laura




More information about the Python-list mailing list