Python2 is EOL and binaries called "python" are no longer included in some OSs/ containers.
Also, I've only run a couple of the scripts in here but from what I can tell, they work on python3 and not python2. In a python3 virtual environment, that's usually symlinked from python, but there's no reason the scripts here should need a virtual environment.
Python2 is EOL and binaries called "python" are no longer included in some OSs/ containers.
Also, I've only run a couple of the scripts in here but from what I can tell, they work on python3 and not python2. In a python3 virtual environment, that's usually symlinked from
python
, but there's no reason the scripts here should need a virtual environment.