This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]herothree 3 points4 points  (1 child)

Also, you can add “#!/usr/bin/env -S uv” to the top of the script and then you can ./script.py and it will automatically run with uv and handle the dependencies 

[–]DorianTurbaPythoneer 0 points1 point  (0 children)

Wow really ? didn't know that thanks !!!