|
|
|
|
|
by cssanchez
348 days ago
|
|
I don't mean to be rude, but I don't get how this is any better. Feels too manual to type "uv -add dep script.py" instead, I feel the automation tool I'm waiting for will scan my script, auto-import all the deps I'm calling in the script while ignoring the ones that I forget to use, AND set up the env with all the deps AND run the code in the same one liner. To me, uv add X is no different than running env/pip install requirements.txt. |
|
Before (analogous to go mod init):
On another machine (still the before scenario, this time analogous to maybe go run): In the after scenario: That's it. Comparable to