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

Use of -p python3 on Windows doesn't look in py --list-paths #2213

Closed
charliermarsh opened this issue Mar 5, 2024 · 0 comments · Fixed by #2214
Closed

Use of -p python3 on Windows doesn't look in py --list-paths #2213

charliermarsh opened this issue Mar 5, 2024 · 0 comments · Fixed by #2214
Assignees
Labels
bug Something isn't working windows Specific to the Windows platform

Comments

@charliermarsh
Copy link
Member

This should be a fallback to looking in PATH, just as for -p 3.10.

@charliermarsh charliermarsh added bug Something isn't working windows Specific to the Windows platform labels Mar 5, 2024
@charliermarsh charliermarsh self-assigned this Mar 5, 2024
charliermarsh added a commit that referenced this issue Mar 5, 2024
…2214)

## 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.
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 a pull request may close this issue.

1 participant