Single command to run python3 script anywhere. pyx = install python + install git + checkout repository + run your script.
-
Run git repository python scripts
$ pyx https://github.com/darumatic/pyx scripts/hello.pyor
$ pyx git@github.com:darumatic/pyx.git scripts/hello.pyFor github repositories, we could also use the short repository name.
$ pyx darumatic/pyx scripts/hello.py -
Run http python scripts
$ pyx https://raw.githubusercontent.com/darumatic/pyx/master/scripts/hello.py -
Run local python scripts
$ pyx hello.py
