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
Post a Comment