Y
Hacker News
new
|
ask
|
show
|
jobs
by
ketozhang
356 days ago
You could either delete the .venv and recreate it or run `uv pip install --upgrade .`
Much prefer not thinking about venvs.
1 comments
incognito124
356 days ago
Actually, it won't work. I tried it and running `uv run script.py` just reinstalls the deps back... which is, I admit, the behaviour I expect and want as a user.
link