Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!lightspeed.eweka.nl!lightspeed.eweka.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.038 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'setup.py': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guess.': 0.16; 'subject:install': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'install': 0.23; 'question': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'message-id:@mail.gmail.com': 0.30; '13,': 0.31; 'received:google.com': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'should': 0.36; 'virtual': 0.37; 'pm,': 0.38; 'does': 0.39; 'subject:" ': 0.39; 'mentioned': 0.61; 'information': 0.63; '2015': 0.84; 'env': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=f08QC5kCVW9jk824x/73Xw6d4Jio8XjKLDNFvVitH1A=; b=pU3fOZ6vb9LMF4tRg2mKrhtmjz+ESH1dK7ncQcZP21nHc8Fl3ZaqraR8zu6WwWlw0W BX3QpUOrKTU59WukFoGjI6Nw17AJte/PyyLy+uhsyBp67YDPyMY+FPgMKZFPu+DTVIE7 WCAuTUYzMi3CjCLTJ7oDmPpZ5ReXoDCqfMCwdVOHlHNuKlld/p4Xa6X0nA+tZw22rrXw MVgWCPBvEwMjQu4k3iaZL+HHqu9hb/z4Jd4R9fuh0TFrsSPPFZRbZjPV3jf2Ae6BsQyh t51xcfJoIuM4umj17wloWgALtEOh6NuvniC+6/S0AkVIySFrHqmXNhnkpi4Vcs4u5It9 TXnw== MIME-Version: 1.0 X-Received: by 10.107.7.94 with SMTP id 91mr31563024ioh.27.1421135952086; Mon, 12 Jan 2015 23:59:12 -0800 (PST) In-Reply-To: References: Date: Tue, 13 Jan 2015 18:59:12 +1100 Subject: Re: What does "pip install" do? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1421135954 news.xs4all.nl 2843 [2001:888:2000:d::a6]:56740 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3448 X-Received-Body-CRC: 2951131526 Xref: csiph.com comp.lang.python:83672 On Tue, Jan 13, 2015 at 6:51 PM, Fabien wrote: > Thanks Chris. I should then rephrase my question to "what does python > setup.pt do?" ;-). My point was also that I think that this information > (mostly: what will change on my system or my virtual env when I install a > python package?) could/should be provided in the mentioned resources: You'd have to look at the individual packages' setup.py files, I guess. ChrisA