[New-bugs-announce] [issue32730] Allow py launcher to launch other registered Pythons

Peter Suter report at bugs.python.org
Wed Jan 31 10:57:13 EST 2018


New submission from Peter Suter <petsuter at gmail.com>:

For example Anaconda Python is registered under HKEY_LOCAL_MACHINE\Software\Python\ContinuumAnalytics\Anaconda36-64\ as described in PEP 514 "Python registration in the Windows registry" .

The py launcher from PEP 397 however ignores that and only considers HKEY_LOCAL_MACHINE\Software\Python\PythonCore\ registrations.

There seems to be no mechanism to register Anaconda Python with the py launcher. Anaconda considers this a bug in the Python launcher. https://github.com/ContinuumIO/anaconda-issues/issues/149#issuecomment-361922640

Shouldn't this be possible? Maybe via py.ini [defaults]?

----------
components: Windows
messages: 311338
nosy: paul.moore, petsuter at gmail.com, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Allow py launcher to launch other registered Pythons
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32730>
_______________________________________


More information about the New-bugs-announce mailing list