I'd like to be able to access the venv of a script for LSP integration outside the context of a project. i.e. a one-off script with dependencies decalred per pep 723 (https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies). Is this possible to support?
I'm hoping the answer is yes because I think when I when I uv run a script it creates a cache somewhere of the packages so they much be available somewhere
Maybe this is some sort of lead: https://stackoverflow.com/a/79544311/835607
I'd like to be able to access the venv of a script for LSP integration outside the context of a project. i.e. a one-off script with dependencies decalred per pep 723 (https://docs.astral.sh/uv/guides/scripts/#declaring-script-dependencies). Is this possible to support?
I'm hoping the answer is yes because I think when I when I
uv runa script it creates a cache somewhere of the packages so they much be available somewhereMaybe this is some sort of lead: https://stackoverflow.com/a/79544311/835607