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
a local python library installed with uv as editable is not editable.
I added my local library to the project with uv add library --editable. Then uv lock and sync installed it and made the library useable in the venv. But once I make edits in the library they are not recognized in the venv.
The configuration in the devenv.nix looks like this:
Hello,
a local python library installed with uv as editable is not editable.
I added my local library to the project with
uv add library --editable
. Then uv lock and sync installed it and made the library useable in the venv. But once I make edits in the library they are not recognized in the venv.The configuration in the devenv.nix looks like this:
The text was updated successfully, but these errors were encountered: