Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83672
| 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 | <rosuav@gmail.com> |
| 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 | <m92iqd$7ko$1@speranza.aioe.org> |
| References | <m91i6i$3ft$1@speranza.aioe.org> <mailman.17646.1421102814.18130.python-list@python.org> <m92iqd$7ko$1@speranza.aioe.org> |
| Date | Tue, 13 Jan 2015 18:59:12 +1100 |
| Subject | Re: What does "pip install" do? |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <python-list.python.org> |
| List-Unsubscribe | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17662.1421135954.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Tue, Jan 13, 2015 at 6:51 PM, Fabien <fabien.maussion@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
What does "pip install" do? Fabien <fabien.maussion@gmail.com> - 2015-01-12 23:35 +0100
Re: What does "pip install" do? Chris Angelico <rosuav@gmail.com> - 2015-01-13 09:46 +1100
Re: What does "pip install" do? Fabien <fabien.maussion@gmail.com> - 2015-01-13 08:51 +0100
Re: What does "pip install" do? Chris Angelico <rosuav@gmail.com> - 2015-01-13 18:59 +1100
Re: What does "pip install" do? Ben Finney <ben+python@benfinney.id.au> - 2015-01-14 22:08 +1100
csiph-web