Need Help w. PIP!

MRAB python at mrabarnett.plus.com
Fri Sep 4 20:55:46 EDT 2015


On 2015-09-05 01:35, Rob Hills wrote:
> 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.
>
It should be a list of folder paths. Including a file path doesn't
appear to break it, and, in fact, I'd be surprised if it did; it should
just keep searching, much like it should if the folder were missing.




More information about the Python-list mailing list