Hacker News new | ask | show | jobs
by nomel 358 days ago
> uv run example.py

I specifically want to run "python", rather subcommands for some other command, since I often I want to pass in arguments to the python interpreter itself, along with my script.

1 comments

You can use "uv run python script.py" to the same effect.