Hacker News new | ask | show | jobs
by metta2uall 448 days ago
"uv run file.py" downloading remote dependencies was a surprise to me
1 comments

Why would you use `uv run file.py` instead of `python3 file.py`? It seems to me that downloading dependencies is the point of doing that.