I have no idea how this would work, but I would like to have a dumb/simple curl | sh installer to quickly get a python interpreter with all the dependencies I need to run these scripts (even in a computer that doesn't have python already).
Given that alpha-g-analysis now provides pre-built binaries for x86_64-unknown-linux-gnu, having something like this would allow programs like the alpha-g-data-handler to work standalone without the need of cargo or python installed.
I have no idea how this would work, but I would like to have a dumb/simple
curl | shinstaller to quickly get a python interpreter with all the dependencies I need to run these scripts (even in a computer that doesn't have python already).Given that
alpha-g-analysisnow provides pre-built binaries forx86_64-unknown-linux-gnu, having something like this would allow programs like thealpha-g-data-handlerto work standalone without the need ofcargoorpythoninstalled.