In a message of Tue, 13 Oct 2015 13:28:29 -0600, paul.hermeneu...@gmail.com wri tes: >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
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 -- https://mail.python.org/mailman/listinfo/python-list