7 ms·
Do you think a non-python user would piece it together if the shebang line reveals what tool to use?
by houzi 9mo ago
Do you think a non-python user would piece it together if the shebang line reveals what tool to use?
- benrutter 9mo agoI 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.