On Oct 13, 2015 1:16 PM, "Uday Pethakamsetty" <uday.pethakamse...@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

Reply via email to