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


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

how to install easy_install

Started byrusi <rustompmody@gmail.com>
First post2011-05-13 10:40 -0700
Last post2011-05-14 16:52 +0800
Articles 3 — 3 participants

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


Contents

  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

#5316 — how to install easy_install

Fromrusi <rustompmody@gmail.com>
Date2011-05-13 10:40 -0700
Subjecthow to install easy_install
Message-ID<9f994806-bb7e-4219-9d64-eb50890b4b68@18g2000prd.googlegroups.com>
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...

[toc] | [next] | [standalone]


#5317

FromIan Kelly <ian.g.kelly@gmail.com>
Date2011-05-13 12:29 -0600
Message-ID<mailman.1522.1305311391.9059.python-list@python.org>
In reply to#5316
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

[toc] | [prev] | [next] | [standalone]


#5353

FromTheSaint <nobody@nowhere.net.no>
Date2011-05-14 16:52 +0800
Message-ID<iqlfv3$gth$1@speranza.aioe.org>
In reply to#5316
rusi wrote:

>  tried to install easy_install (This is on windows)
> I downloaded the executable and ran it. It claimed to have done its
> job.

Perhaps, the abit to just click is disordering some easy steps like copy the 
script files into the normal place.
Only when there's a particular copy then it's the time to pay attention, 
like some executable and/or framework.
In the README.txt should mention these few easy steps

-- 
goto /dev/null

[toc] | [prev] | [standalone]


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


csiph-web