We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I often create venvs for multiple Python versions, --python-version=3.7 is just too long, consider (additional) shorter options:
--python-version=3.7
--3.7 --py=3.7 --python=3.7
The text was updated successfully, but these errors were encountered:
I don't think we'll support --3.7 as that's ambiguous, but we could add a shorter flag for the version.
--3.7
Sorry, something went wrong.
--python seems reasonable, it's also being used by pipenv.
--python
pipenv
We'll need to be careful that the flag makes sense with #1396
Most commands support -p which I think is fine.
-p
No branches or pull requests
I often create venvs for multiple Python versions,
--python-version=3.7
is just too long, consider (additional) shorter options:The text was updated successfully, but these errors were encountered: