|
|
|
|
|
by abbadadda
164 days ago
|
|
> Especially when uv solves literally all of the problems you're describing. How does uv solve the “write once, run anywhere” problem like go? (I’m not being sarcastic, I don’t know that much about uv and perhaps am lacking the mental model for understanding this) |
|
Here's an examply Python script from the uv website[0]:
This will auto-install Python 3.12 (or greater) in a per-script virtual environment, along with the httpx package from pypi & immediately execute the script, on any system that has uv.[0] https://docs.astral.sh/uv/guides/scripts/#using-a-shebang-to...