-
Notifications
You must be signed in to change notification settings - Fork 715
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
uv venv
does not suggest how to activate
#1326
Labels
enhancement
New feature or improvement to existing functionality
virtualenv
Related to virtual environments
Comments
zanieb
added
the
enhancement
New feature or improvement to existing functionality
label
Feb 15, 2024
|
@zanieb For prompting activation, would it be sufficient to add the following to writeln!(
printer,
"Activate virtualenv: source {}/bin/activate",
path.normalized_display().cyan()
)
.into_diagnostic()?; Happy to make a small PR/update tests if so. |
I think so! Maybe styled like "Activate with |
Note we also need a separate hint to Windows users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or improvement to existing functionality
virtualenv
Related to virtual environments
We should prompt activation
The text was updated successfully, but these errors were encountered: