Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #71980
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Run pip |
| Date | 2014-05-25 00:18 +0100 |
| References | <CA+FnnTxqcjBH7Nes9vP9ftW3JvV1mZd2n74EaAK4n4pfaZB=8Q@mail.gmail.com> <llr6po$fsm$1@ger.gmane.org> <CA+FnnTzBi7BwFY1AQFcSqiqvPjjUA9Lcf+-T+KNwALwx9+mO+w@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.10277.1400973512.18130.python-list@python.org> (permalink) |
On 24/05/2014 23:47, Igor Korot wrote: > Mark, > > On Sat, May 24, 2014 at 3:34 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: >> On 24/05/2014 23:12, Igor Korot wrote: >>> >>> Hi, ALL, >>> I'm running Windows XP SP3 with python 2.7. >>> >>> According to https://pip.pypa.io/en/latest/installing.html all I need >>> is to download get-pip.py and then run "python get-pip.py". >>> >>> However, after that running pip does not do anything. It says "pip is >>> not recognized as an internal command". >>> >>> My goal is to install PyOpenGL, which I can do by running "pip install >>> PyOpenGL" according to >>> http://pyopengl.sourceforge.net/documentation/installation.html. >>> >>> The global search for "pip" didn't produce any results. >>> >>> What am I missing? >>> >>> Thank you. >>> >> >> a) set up pip on your windows path. >> b) cd to (say) c:\python27\scripts >> pip install PyOpenGL >> c) c:\python27\scripts\pip install PyOpenGL > > As I said: "global search for pip does not produce any results". > So I have no idea where to point my $PATH variable on step a)... > > Thank you. > Sorry I should have said either a), b) or c). On my machine. c:\Users\Mark>dir c:\Python27\Scripts\pi*.exe Volume in drive C has no label. Volume Serial Number is 2453-A837 Directory of c:\Python27\Scripts 04/01/2014 16:16 65,536 pip.exe 04/01/2014 16:16 65,536 pip2.7.exe 04/01/2014 16:16 65,536 pip2.exe -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Run pip Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-25 00:18 +0100
csiph-web