| Store | Cart

Re: [Python-Dev] Impact of Windows PowerShell OneGet ?

From: Glenn Linderman <v+py...@g.nevcal.com>
Thu, 30 Oct 2014 10:48:28 -0700
On 10/30/2014 7:30 AM, "Martin v. Löwis" wrote:
>> Most likely, OneGet won't replace pip/PyPI, any more than apt or yum>> does; but it may be worth having Python itself available that way.>> That might simply mean having someone package up Python and put it on>> an appropriate server, or maybe python.org could end up hosting a>> repo.> Python is already available in Chocolatey:>> https://chocolatey.org/packages/python>> Given that OneGet intends to support Chocolatey as a repository,> it might just work already. All python.org would have to guarantee> is stable URLs for the Python msi files.
It might. Thanks for that information.

Poking around the link, I discover a weirdness: the claim that the 
package to install 32-bit Python on 64-bit systems is different than 
installing the 32-bit Python on 32-bit systems. While the instructions 
are explicit on what to do inside the chocolatey environment for all 3 
cases (the third being 64-bit install on 64-bit systems), I'm baffled as 
to why there is a difference, because there isn't when downloading 
32-bit Python from python.org...

And there is a weird reference to chocolatey's -x86 parameter, and the 
explanation seems to be that chocolatey has provision for installing 
32-bit or 64-bit packages on 64-bit systems, but  that the way Python is 
included in chocolatey, that provision can't be used.  Sounds very 
strange, like whoever set this up either didn't understand Python, or 
didn't understand chocolatey, or there is some limitation to the 
chocolatey implementation of 32-bit vs 64-bit packages.

Maybe if I understand chocolatey, this wouldn't seem so weird.

_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Glenn Linderman Oct 29, 2014 07:34 pm
Donald Stufft Oct 29, 2014 07:44 pm
Chris Angelico Oct 30, 2014 07:52 am
"Martin v. Löwis" Oct 30, 2014 02:30 pm
Steve Dower Oct 30, 2014 03:39 pm
Glenn Linderman Oct 30, 2014 05:48 pm
"Martin v. Löwis" Oct 30, 2014 02:26 pm
Messages in this thread