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

--
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


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to