-
Notifications
You must be signed in to change notification settings - Fork 613
Versioned executables (e.g., python3.13.exe) missing on Windows #1079
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
Comments
Hello @Rongronggg9👋, |
Hello @Rongronggg9👋,
We hope this clarifies. Please let us know in case of any further concerns. Thank you!😊 |
I am afraid that you misunderstood the issue. The issue is never about patch-level versioned (e.g., 3.8.10) executables/symlinks, but minor-level versioned (e.g., 3.8) ones. The latter are always present on Linux or macOS. IMHO, it is hard to describe pinning to a patch-level versioned interpreter as a good practice. You see, when I use What's worse, when "Specifying multiple Python/PyPy versions", I am aware that this can be worked around by invoking
|
Description:
Versioned executables (e.g.,
python3.13.exe
) are not installed on Windows whilepython313.dll
,python-3.13.2-amd64.exe
, andpip3.13.exe
are installed. However, this is not the case on Linux or macOS, where versioned executables (or symlinks) are always present. This is inconvenient when using multiple versions at once.Action version:
v5
Platform:
Runner type:
Tools version:
I tested 3.9 and 3.13.
Repro steps:
Expected behavior:
Versioned executables (or symlinks) are present on all platforms.
Actual behavior:
Versioned executables (or symlinks) are missing on Windows.
The text was updated successfully, but these errors were encountered: