osx - Install Packages in Python 2.7 in Mac and use that instead of Python 2.6 packages -


so installed python 2.7 in macbook pro.

the problem installed virtualenvwrapper, pip, virtualenv , many other packages in python 2.6 , binaries in /usr/local/bin.

what want install aforementioned packages python 2.7 , use them instead of packages python 2.6.

how do this?

install them in 2.7.

python2.7 setup.py install 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -