-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store #16025
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…rosoft Store and improve display of active virtual environments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
--list
options.https://bugs.python.org/issue38133