[Python-Dev] Python environment registration in the Windows Registry
Paul Moore
p.f.moore at gmail.com
Wed Feb 3 14:33:01 EST 2016
More information about the Python-Dev mailing list
Wed Feb 3 14:33:01 EST 2016
- Previous message (by thread): [Python-Dev] Python environment registration in the Windows Registry
- Next message (by thread): [Python-Dev] Python environment registration in the Windows Registry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 3 February 2016 at 19:20, Alexander Walters <tritium-list at sdamon.com> wrote: > Uh.... its C:\Anaconda[2]\ for anyone running the installer with the > privileges to edit the registry... (It wont ask to elevate unless you > install for all users, and that's where all users will install). So on that > point alone, this saves nothing substantive really. Per-user installs go into HKCU, which doesn't require elevation, so the proposal *does* help for per-user installs. And does the all-users install really offer no option for users to choose their own install location? Not even to switch to another drive (if, for example, C: is protected)? Paul
- Previous message (by thread): [Python-Dev] Python environment registration in the Windows Registry
- Next message (by thread): [Python-Dev] Python environment registration in the Windows Registry
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list