I'm trying to install pip for python and cannot seem to figure out how to make the scripts subdirectory of my python installation available on the system path. (I've already installed pip with easy_install)
According to the pip site this isn't done automatically:
"To enable the use of pip from the command line, ensure the Scripts subdirectory of your Python installation is available on the system PATH. (This is not done automatically.)"
I haven't found any straightforward tutorials on how to modify this.