saghul / pythonz

Python installation manager supporting CPython, Stackless, PyPy and Jython
http://saghul.github.io/pythonz
MIT License
751 stars 69 forks source link

Add fallback for python3-only installation (fixes #116) #177

Closed eliasdorneles closed 1 year ago

eliasdorneles commented 1 year ago

This will make pythonz executable script to use either python or python3 executable from PATH to run the main script, fixing the current problem of "command not found" on python3-only systems.

ifduyue commented 1 year ago

Thanks!