0.0.5 • Published 12 months ago

run-python3 v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

run-python3

npm version

The name of the Python 3 executable is python on Windows, but python3 everywhere else (don't ask why). This makes it a hell to run a Python 3 script from package.json scripts. This package introduces the run-python3 command that runs the correct Python 3 executable on all platforms.

How to use?

Install the package.

npm install run-python3

Use it in package.json scripts:

...
"scripts": {
    "command": "run-python3 my_cool_python_script.py"
},
...
0.0.5

12 months ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago