bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store#16025
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store#16025zooba merged 2 commits intopython:masterfrom
Conversation
…rosoft Store and improve display of active virtual environments
matrixise
left a comment
There was a problem hiding this comment.
Reading the source code, I don't find any problem, I am not a Win32 expert but the algos seem be okay.
|
The APIs themselves are fine (and easily testable), so if you're happy with the overall logic I'll merge and we can fix things up as they show up :) |
|
Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
Sorry @zooba, I had trouble checking out the |
|
Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
|
GH-16073 is a backport of this pull request to the 3.8 branch. |
|
I should try to find a VM of Windows and try to help you for the #windows bugs. |
Also improve display of active virtual environments with
--listoptions.https://bugs.python.org/issue38133