Y
Hacker News
new
|
ask
|
show
|
jobs
by
houzi
164 days ago
Do you think a non-python user would piece it together if the shebang line reveals what tool to use?
1 comments
benrutter
159 days ago
I think yes
if
that line was UV. But otherwise, of its just python, you have the issue that you need
two
tools, one for running scripts and one for managing dependencies and environments.
link