python - Force python2.7 setup.py install to python2.7 not python2.6 -


i'm trying install python packages python2.7 site-packages folder puts of them in python2.6 site-packages folder.

i've read this , can't head round how solve this. it's driving me nuts!

i've consistently been using python2.7 (/usr/local/bin/python2.7 setup.py install) install different packages, , logs 1 it's gone .../python2.6/site-packages , others go .../python2.7/site-packages

please can straighten me out here?


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -