Need Help w. PIP!

Rob Hills rhills at medimorphosis.com.au
Fri Sep 4 20:35:37 EDT 2015


On 05/09/15 01:47, Cody Piersall wrote:
> > On Fri, Sep 4, 2015 at 12:22 PM, Steve Burrus
> <steveburrus28 at gmail.com <mailto:steveburrus28 at gmail.com>> wrote:
>
<..>
> >> "echo %path%
> >>
> >> C:\Python34;C:\Python34\python.exe;C:\Python34\Scripts;

It's a long time since I last used Windoze in anger, but that second
path entry (C:\Python34\python.exe;) looks wrong to me.  Unless Windoze
has changed recently, you shouldn't have a program name in your path. 
IIRC, that's going to break all path entries that follow it, so it could
be the cause of your problem (ie the "C:\Python34\Scripts;" part won't
be accessible.

Perhaps try deleting the "C:\Python34\python.exe;" entry from your PATH
environment variable and see what happens.

HTH,

-- 
Rob Hills
Waikiki, Western Australia

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150905/4bb0abc5/attachment.html>


More information about the Python-list mailing list