You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hang on. That's py list output, not the message printed at the end of a py install. #83 (which this PR claims to fix) isn't about py list, it's about what's printed after py install.
The output I wanted, after installing Python 3.13, was
Python 3.13 will be launched by python3.exe, python3.13.exe.
Note that the w and -64 variants are not mentioned. As I said in #83, I think they can be left to the documentation to cover.
I don't know whether the code for py list and the code that produces the post-install mesage share the same logic, but if they do, then I'd want py list to show python3.exe, python3.13.exe in the "Alias" column. If that's not acceptable to you (and I don't have a strong opinion on the py list question) then I think we need separate logic for the two separate cases.
Hang on. That's py list output, not the message printed at the end of a py install
They both use the same mechanism now:
$> py install --refresh
Refreshing install registrations.
Active virtual environment will be launched by python.exe and also python.exe
Python 3.14.0b1 will be launched by python3.14[-64].exe, python3[-64].exe
Python 3.14.0b1 (ARM64) will be launched by python3.14-arm64.exe, python3-arm64.exe
Python 3.14.0b1 (free-threaded) will be launched by python3.14t[-64].exe, python3t[-64].exe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #83