This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bwanamarko
Recipients NaCl, bwanamarko, r.david.murray, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-03-19.21:21:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426800068.12.0.834481756647.issue22516@psf.upfronthosting.co.za>
In-reply-to
Content
I know this issue is closed, but as there is no voting or plus 1, I'll add my support for allowing local installation of not just Python-3, but also Python-2.7. I'm not sure what is gained by adding this restriction, or how difficult it would be to allow users without admin rights to install official python.org locally? Where is the source that needs to be patched?

IMO forcing Windows users with restricted rights to go to Anaconda, Enthought, or WinPython causes a fracture in the Python community, that decreases credibility for Windows users. Quoting Tim Peters from import this, "There should be one-- and preferably only one --obvious way to do it." not 3 or more ways. Having most new users installing Anaconda has many disadvantages:

1. Developement of an open source optimized version of NumPy (eg: using OpenBLAS) has a lower value proposition because users can just install Anaconda, which uses an unoptimized version of Intel MKL. Of course users can continue to get Christoph Gohlke's optimized MKL NumPy until he decides he doesn't want to anymore.

2. There will be two (or more) Python package indexes: PyPI, conda:binstar, binstar and pythonwheels. Do we really want Python packagers to have to upload to all of these repos? Which is the most current? etc. = less credibility for Python

3. There are/will be more than one python package installer and virtualenv tool: conda vs. pip/virtualev

Are there any repeats of this issue/feature request?
History
Date User Action Args
2015-03-19 21:21:08bwanamarkosetrecipients: + bwanamarko, terry.reedy, tim.golden, r.david.murray, zach.ware, steve.dower, NaCl
2015-03-19 21:21:08bwanamarkosetmessageid: <1426800068.12.0.834481756647.issue22516@psf.upfronthosting.co.za>
2015-03-19 21:21:08bwanamarkolinkissue22516 messages
2015-03-19 21:21:07bwanamarkocreate