Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53734 > unrolled thread
| Started by | Andrew Pennebaker <apennebakergg@gmail.com> |
|---|---|
| First post | 2013-09-05 11:19 -0700 |
| Last post | 2013-09-06 13:33 +1000 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Bundle pip with Python for Windows users Andrew Pennebaker <apennebakergg@gmail.com> - 2013-09-05 11:19 -0700
Re: Bundle pip with Python for Windows users Terry Reedy <tjreedy@udel.edu> - 2013-09-05 14:44 -0400
Re: Bundle pip with Python for Windows users alex23 <wuwei23@gmail.com> - 2013-09-06 13:33 +1000
| From | Andrew Pennebaker <apennebakergg@gmail.com> |
|---|---|
| Date | 2013-09-05 11:19 -0700 |
| Subject | Bundle pip with Python for Windows users |
| Message-ID | <f5865882-045d-4e18-b068-64493797cbbc@googlegroups.com> |
In the future, could Python for Windows come with pip? It would simplify package installation for users and developers, often a quite involved and tricky process. http://www.pip-installer.org/en/latest/
[toc] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-09-05 14:44 -0400 |
| Message-ID | <mailman.104.1378406763.5461.python-list@python.org> |
| In reply to | #53734 |
On 9/5/2013 2:19 PM, Andrew Pennebaker wrote: > In the future, could Python for Windows come with pip? It would simplify package installation for users and developers, often a quite involved and tricky process. http://python.org/dev/peps/pep-0453/ "Explicit bootstrapping of pip in Python installations" The proposal is to use a version of pip to install the latest version of pip with future releases of all versions, with all PSF distributions. . -- Terry Jan Reedy
[toc] | [prev] | [next] | [standalone]
| From | alex23 <wuwei23@gmail.com> |
|---|---|
| Date | 2013-09-06 13:33 +1000 |
| Message-ID | <l0bied$g75$1@dont-email.me> |
| In reply to | #53734 |
On 6/09/2013 4:19 AM, Andrew Pennebaker wrote: > In the future, could Python for Windows come with pip? The ActiveState Windows installers for Python include pip, along with a bunch of other niceties and conveniences.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web