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
without_pip
_.python.venv
Hi,
The new _.python.venv mechanism sounds very good.
Would it make sense to add a without_pip option for creation, mirroring python -m venv --without-pip ?
python -m venv --without-pip
Virtual environment without pip are viable nowadays, since pip has a --python option.
--python
The text was updated successfully, but these errors were encountered:
It’s particularly viable when pip is not used at all. Because uv is upon us and all that 😄
pip
uv
Sorry, something went wrong.
Yes, I would like this as well. And to revisit the possibility of using rye, which uses uv under the hood because rye is now being developed by astral - the well-backed creators of ruff, uv etc... It seems to me that they'll be the one-stop shop for python, if they aren't already.
feat: add settings for python venv creation
fb7ecb2
Fixes #1721 Fixes #1720
ed23343
Successfully merging a pull request may close this issue.
Hi,
The new
_.python.venv
mechanism sounds very good.Would it make sense to add a
without_pip
option for creation, mirroringpython -m venv --without-pip
?Virtual environment without pip are viable nowadays, since pip has a
--python
option.The text was updated successfully, but these errors were encountered: