|
Hi, After using After digging around in my file folder, I came to realize that South had been installed in Thanks! |
|
You will need to uninstall/delete it from your pythong2.6 directory and use pip-2.7 to install it into your python2.7 directory. We have more information on installing using the various methods here. What do I do if the pip-2.7 command is not found? pip does exist, but cant use pip-2.7 Thanks pip-2.7 is not installed by default. You will need to install it using easy_install-2.7. It will then be installed in your ~/lib/python2.7 directory. When I try to run
Any thoughts on how to solve this error and get pip-2.7 working? Thank you very much. You don't need to specify the python version in pip when you are trying to install it, so just try Just make sure that your ~/lib/python-2.7 directory exists. If not create it first with You can read how to install python modules with pip here |