Hacker News new | ask | show | jobs
by tyrion 354 days ago
Some years ago I thought it would be interesting to develop a tool to make a python script automatically install its own dependencies (like uvx in the article), but without requiring any other external tool, except python itself, to be installed.

The downside is that there are a bunch of seemingly weird lines you have to paste at the begging of the script :D

If anyone is curios it's on pypi (pysolate).

1 comments

Also this thing that never took off: https://github.com/fal-ai/isolate

Not quite the same but interesting!