On 30/12/15 11:00, marcus lütolf wrote:
> Dear Pythonistas,
> o.K., thats what I get from the command line:
> 
> Microsoft Windows [Version 10.0.10586]
> (c) 2015 Microsoft Corporation. Alle Rechte vorbehalten.
> 
> C:\Users\marcus>c:\Python27\Scripts>dir pip*

OK, Thanks for the cut 'n paste that solves the mystery.

When you see

C:\some\path> somecommand

The bit up to the > is the OS prompt and you should NOT type that.
But it may tell you which folder you need to be in before you
do type it.

So, having seen the instruction above you would actually type

cd C:\some\path
somecommand

In your specific case you should type

cd C:\Python27\Scripts
dir pip*

Now try again and see if it works.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to