Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71974 > unrolled thread

Run pip

Started byIgor Korot <ikorot01@gmail.com>
First post2014-05-24 15:12 -0700
Last post2014-05-24 15:12 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Run pip Igor Korot <ikorot01@gmail.com> - 2014-05-24 15:12 -0700

#71974 — Run pip

FromIgor Korot <ikorot01@gmail.com>
Date2014-05-24 15:12 -0700
SubjectRun pip
Message-ID<mailman.10271.1400969551.18130.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web