Installed python 2.7 interpreter on windows, in the folder C:/Python27
. To get pip
package, downloaded get-pip.py
from https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py following this post How do I install pip on Windows?
Executed the file get-pip.py
, pip is installed, and uninstalled the python 2.7 interpreter, deleted the "Python27" but unable to delete folder. Getting "you need permission to perform this action", you require permission from the computer's administrator to make changes to this folder pip-1.5.6.dist-info
When I tried installation again I'm getting error message like this:
"The installer has insufficient privileges to access the directory : The installation cannot continue".