Closed emattiza closed 3 years ago
Because of some operating systems choice to deprecate a named system executable of just python, this will test for a suitable python3 if available, otherwise revert to the prior standard command
Issues: #363
master
develop
Amends the python call to point to python3 if available, else defaults to python. Eliminates command not found error
Thanks, this was a missed line in using the stored python invocation and will be fixed.
Because of some operating systems choice to deprecate a named system executable of just python, this will test for a suitable python3 if available, otherwise revert to the prior standard command
Issues: #363
Pull Request Checklist
master
if it includes no features (open againstdevelop
otherwise)Description
Amends the python call to point to python3 if available, else defaults to python. Eliminates command not found error