You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I am trying to do is to get the path to the virtual environment for a script, so that I can use that virtual environment in my editor (neovim) so I get autocomplete on 3rd party libraries. uv sync --script was recently added in #11361 , and in the output you can see the path to the venv. But I am wondering if there is a command to just get the path to the venv without syncing?
I tried looking around in the docs if this feature is already suppoted but couldn't find anything.
Platform
No response
Version
No response
The text was updated successfully, but these errors were encountered:
I think uv python find sounds good. Maybe return an error if the environment has not been created? Or maybe create if it it doesn't exist, but that sounds like uv sync.
Question
What I am trying to do is to get the path to the virtual environment for a script, so that I can use that virtual environment in my editor (neovim) so I get autocomplete on 3rd party libraries.
uv sync --script
was recently added in #11361 , and in the output you can see the path to the venv. But I am wondering if there is a command to just get the path to the venv without syncing?I tried looking around in the docs if this feature is already suppoted but couldn't find anything.
Platform
No response
Version
No response
The text was updated successfully, but these errors were encountered: