-
Notifications
You must be signed in to change notification settings - Fork 985
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
Feature suggestion: uv venv -a/--activate
#8118
Labels
duplicate
This issue or pull request already exists
Comments
Current
So it looks like |
Aside:
The |
I believe this may be a duplicate of #8106 (sadly) |
Yeah this is a duplicate — unfortunately this is a limitation of shells. If we ever do #1910 we could support this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to retrain myself to use
uv run ...
instead of activating my virtual environment (see Twitter) but I still find myself sometimes wishing it was quicker to create and then activate a virtual environment.So how about this?
uv venv -a # which is a shortcut for: uv venv --activate
This would have the exact same effect as running:
uv venv source .venv/bin/activate
The text was updated successfully, but these errors were encountered: