5 ms·
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),
by tyrion 1y 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).
- dkdcio 1y agoAlso this thing that never took off: https://github.com/fal-ai/isolate https://github.com/fal-ai/isolate Not quite the same but interesting!