Wednesday, November 8, 2017

PIP install

Adding  the path of your pip installation to  PATH system variable.

By default, pip is installed to C:\Python27\Scripts\pip (pip now comes bundled with new versions of python),
so the path "C:\Python27\Scripts" needs to be added to your PATH variable.

To add the path of your pip installation to your PATH variable, goto command prompt and type

setx PATH "%PATH%;C:\Python27\Scripts"
 
Restart the command prompt 

No comments:

Post a Comment