Skip to content
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

Respect py --list-paths fallback in --python python3 invocations #2214

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Mar 5, 2024

Summary

This makes --python python3 and --python 3.10 more consistent on Windows.

Closes #2213.

Test Plan

Ran cargo run venv --python python3.12 with the Windows Store Python.

@charliermarsh charliermarsh marked this pull request as ready for review March 5, 2024 19:06
@charliermarsh charliermarsh added bug Something isn't working windows Specific to the Windows platform labels Mar 5, 2024
@charliermarsh charliermarsh marked this pull request as draft March 5, 2024 19:08
@charliermarsh charliermarsh marked this pull request as ready for review March 5, 2024 19:11
@charliermarsh charliermarsh enabled auto-merge (squash) March 5, 2024 19:17
@charliermarsh charliermarsh merged commit 34acfe4 into main Mar 5, 2024
7 checks passed
@charliermarsh charliermarsh deleted the charlie/win branch March 5, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working windows Specific to the Windows platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of -p python3 on Windows doesn't look in py --list-paths
1 participant