Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94267
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: Is there a way to install ALL Python packages? |
| Date | 2015-07-21 00:40 -0400 |
| References | <3e71ac8f-7976-455a-8432-f3986b2f78b1@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.803.1437453632.3674.python-list@python.org> (permalink) |
On 7/20/2015 10:57 PM, ryguy7272 wrote: > I'd like to install ALL Python packages on my machine. There is no official list of Python packages to upload all of. > Even if it takes up 4-5GB, or more, I'd like to get everything, There are 10000 packages on Pypi, and perhaps an equal number elsewhere. > and then use it when I need it. Many are just names or junk that you would never use and do not want on your machine. Many are specialized add-ons to another package. It seems that Python is different from R. pip can load a list of packages. This is used daily to build machines with Python + a specified list. It would be an interesting project for someone to make, publish, and update a 'sumo' list of the most useful packages that can all be loaded together. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-20 19:57 -0700
Re: Is there a way to install ALL Python packages? Chris Angelico <rosuav@gmail.com> - 2015-07-21 13:17 +1000
Re: Is there a way to install ALL Python packages? Rustom Mody <rustompmody@gmail.com> - 2015-07-20 20:24 -0700
Re: Is there a way to install ALL Python packages? Chris Angelico <rosuav@gmail.com> - 2015-07-21 13:37 +1000
Re: Is there a way to install ALL Python packages? Michael Torrie <torriem@gmail.com> - 2015-07-20 21:39 -0600
Re: Is there a way to install ALL Python packages? Terry Reedy <tjreedy@udel.edu> - 2015-07-21 00:40 -0400
Re: Is there a way to install ALL Python packages? Laura Creighton <lac@openend.se> - 2015-07-21 09:57 +0200
Re: Is there a way to install ALL Python packages? tjohnson <tandrewjohnson@outlook.com> - 2015-07-21 08:10 -0400
Re: Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-21 08:19 -0700
Re: Is there a way to install ALL Python packages? tjohnson <tandrewjohnson@outlook.com> - 2015-07-21 17:53 -0400
Re: Is there a way to install ALL Python packages? ryguy7272 <ryanshuell@gmail.com> - 2015-07-21 19:58 -0700
Re: Is there a way to install ALL Python packages? Laura Creighton <lac@openend.se> - 2015-07-22 09:13 +0200
csiph-web