←back to thread

/usr/bin/env -S uv run

(simonwillison.net)
125 points jcbhmr | 1 comments | | HN request time: 0.208s | source
Show context
smaddox ◴[] No.42201103[source]
I've been using this for a few weeks now, and it's really handy. But I did learn the hard way that it fails if you don't have internet connection, even if you already have the venv cached.
replies(2): >>42202309 #>>42202778 #
1. usrme ◴[] No.42202309[source]
That's really unexpected! I'd default to the assumption that it would "just work" if all the dependencies are already met.