Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #5317
| References | <9f994806-bb7e-4219-9d64-eb50890b4b68@18g2000prd.googlegroups.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2011-05-13 12:29 -0600 |
| Subject | Re: how to install easy_install |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1522.1305311391.9059.python-list@python.org> (permalink) |
On Fri, May 13, 2011 at 11:40 AM, rusi <rustompmody@gmail.com> wrote: > I tried to install easy_install (This is on windows) > I downloaded the executable and ran it. It claimed to have done its > job. > > But now when I type easy_install at a cmd prompt I get > easy_install is not a command... > > [I guess I am a perennial noob to windows, never being able to > comprehend the PATH lookup logic (or lack of it)] > > Another related question: I gather that easy_install is being > superseded by pypi or some such but I cant find the link... easy_install is part of the setuptools or distribute package. I assume that one of these is what you installed. On Windows, the easy_install command is installed into your Python Scripts directory, which should be something like "C:\Python27\Tools\Scripts" or "C:\Python25\Scripts" depending on your Python version. You just need to find that directory and add it to your PATH. PyPI is the Python package index. It's a website at http://pypi.python.org/ -- not a replacement for setuptools or easy_install, which uses it to look up package metadata. Setuptools is supposed to be superseded by distribute, which may be what you heard. HTH, Ian
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
how to install easy_install rusi <rustompmody@gmail.com> - 2011-05-13 10:40 -0700 Re: how to install easy_install Ian Kelly <ian.g.kelly@gmail.com> - 2011-05-13 12:29 -0600 Re: how to install easy_install TheSaint <nobody@nowhere.net.no> - 2011-05-14 16:52 +0800
csiph-web