logoalt Hacker News

tyrionyesterday at 10:06 PM1 replyview on HN

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).


Replies

dkdcioyesterday at 10:33 PM

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

Not quite the same but interesting!