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


Groups > comp.lang.python > #5317

Re: how to install easy_install

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'pypi': 0.04; 'installed.': 0.07; 'python': 0.07; 'url:pypi': 0.09; 'path.': 0.09; 'question:': 0.09; 'scripts': 0.10; 'package.': 0.12; 'am,': 0.14; 'wrote:': 0.14; 'cant': 0.16; 'link...': 0.16; 'lookup': 0.16; 'setuptools': 0.16; 'subject:install': 0.16; 'command': 0.19; '(or': 0.22; 'header:In-Reply-To:1': 0.22; '(this': 0.22; 'subject:how': 0.22; 'version.': 0.23; 'downloaded': 0.24; 'assume': 0.25; 'guess': 0.26; 'received:209.85.161.46': 0.26; 'received:mail-fx0-f46.google.com': 0.26; 'tried': 0.27; 'message- id:@mail.gmail.com': 0.28; 'installed': 0.29; 'received:209.85.161': 0.29; 'fri,': 0.29; 'gather': 0.29; 'cmd': 0.31; 'logic': 0.31; 'ran': 0.31; 'it.': 0.31; 'supposed': 0.31; 'to:addr:python-list': 0.32; 'another': 0.32; 'done': 0.32; 'uses': 0.34; 'executable': 0.35; 'replacement': 0.35; 'some': 0.37; 'should': 0.37; 'received:209.85': 0.37; 'url:python': 0.37; 'received:google.com': 0.38; 'install': 0.38; 'but': 0.38; 'skip:" 20': 0.38; 'url:org': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'add': 0.39; "it's": 0.40; 'header:Received:5': 0.40; '13,': 0.60; 'job.': 0.60; '2011': 0.62; 'website': 0.66; 'easy_install': 0.84; 'heard.': 0.84; 'windows)': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=j7Lv5SaFEoq9ev6zIpT/ET0N079HuNQ8sPlgRMhsGG8=; b=wuku6x+ofmmakYXnJABhLicNUHhxqM2oZtb7UMJ3byDf1bqOKAJIvYtgbGS4WOL9/P EZ06F4+N2t+v2+rXmokzZ8uhuDPgeW9BP3w99uFS3s7z3GsYjAF8+kjDjXLeh4yIGCvh CGOHrwD5s4DaDkl2tJVvR01QJ7U1GPTpF4eMQ=
DomainKey-Signature a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=u7q1hIeF7tEhcQ/TqTRq8WK9+v6pMFof9QcIXGmUDCrOZ8fH4/jBxTyGAfV4rSb5zR iZoa2uqzjSwA9mkfo7A9hY9/1kjvneRqKTXGq8CTdJajaW0/jYwe/wVjhjuRtrt8G9L1 MaoCxgxFI1U4ThrGdZpfcHoWebitdrDyYjgXI=
MIME-Version 1.0
In-Reply-To <9f994806-bb7e-4219-9d64-eb50890b4b68@18g2000prd.googlegroups.com>
References <9f994806-bb7e-4219-9d64-eb50890b4b68@18g2000prd.googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Fri, 13 May 2011 12:29:17 -0600
Subject Re: how to install easy_install
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1522.1305311391.9059.python-list@python.org> (permalink)
Lines 31
NNTP-Posting-Host 82.94.164.166
X-Trace 1305311392 news.xs4all.nl 81482 [::ffff:82.94.164.166]:34534
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:5317

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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