Need Help w. PIP!

Cody Piersall cody.piersall at gmail.com
Fri Sep 4 13:10:39 EDT 2015


On Fri, Sep 4, 2015 at 11:54 AM, Steve Burrus <steveburrus28 at gmail.com>
wrote:
> I mcan assure you that the Scripts folder is in both my Users and the
System path! I even haVE the folder
"C:\Python34\lib\site-packages\django\bin" in the Path. But I still cannot
simply type out "pip" without getti ng the usual error message!
>
> On Fri, Sep 4, 2015 at 11:35 AM, Cody Piersall <cody.piersall at gmail.com>
wrote:
>> If you installed Python to the default location, you should be able to
find pip at "C:\Python34\Scripts\pip.exe".  If you type
"C:\Python34\Scripts\pip.exe" at the command prompt, you should be able to
find pip.  It seems pretty likely that your system path does not include
that folder.  You need to add that directory to your path if you want to be
able to just type "pip".
>>
>> Cody
>
>

(Responding on-list)

I know you keep assuring us that your path is great, but we're not going to
stop talking about it until you prove it to us, unfortunately.  If you do
this, you will prove it to us.

In cmd, type "echo %PATH%", and then copy and paste both the command and
the output.  Like this:

D:\Dropbox (Univ. of Oklahoma)\toshiba\hail\data>echo %PATH%
C:\tools\ConEmu\ConEmu;C:\tools\ConEmu;C:\ProgramData\Oracle\Java\javapath;C:\tools;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;C:\Python34\;C:\Python34\Scripts;C:\Python27\;C:\Python27\Scripts;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
Files (x86)\IVI Foundation\VISA\WinNT\Bin\;C:\Program Files\IVI
Foundation\VISA\Win64\Bin\;C:\Program Files (x86)\IVI
Foundation\VISA\WinNT\Bin;C:\Program Files (x86)\IVI
Foundation\IVI\bin;C:\Program Files\IVI Foundation\IVI\bin;C:\Program
Files\TortoiseHg\;C:\Program Files (x86)\Git\cmd;C:\Program
Files\MATLAB\R2014b\runtime\win64;C:\Program
Files\MATLAB\R2014b\bin;C:\HashiCorp\Vagrant\bin;C:\Program Files
(x86)\NSIS;C:\MinGW\msys\1.0;;C:\Program Files (x86)\Heroku\bin;C:\Program
Files (x86)\git\cmd;C:\Users\pier3595\AppData\Local\atom\bin


While you're at it, go ahead and type "pip" and show us the output of that
too.  Use copy and paste to do it.

If you're not sure how to copy and paste with cmd, follow the instructions
here:
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/windows_dos_copy.mspx?mfr=true
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150904/2413fc22/attachment.html>


More information about the Python-list mailing list