pythonrunscript lets you declare your script’s dependencies in the script itself. This is in order to let you build and use scripts that just run, with no environment setup. To declare your script’s ...
What's the problem this feature will solve? When doing automation scripts or when trying to create virtualenv for PEP723 scripts, often time I am not aware of the python on the system. Often time I ...