annexi-strayline / AURA

The AURA Reference Implementation
BSD 3-Clause "New" or "Revised" License
22 stars 0 forks source link

Call Python 3 with the python3 command #7

Closed mndrix closed 3 years ago

mndrix commented 3 years ago

On some platforms the "python" command doesn't exist by default (Ubuntu 20.04, OpenBSD), on others it runs Python 2 (macOS). However, on all of them the command python3 runs a Python 3 interpreter.

I know the installation documentation says to make sure that "python" points at a Python 3 interpreter, but using python3 seems less likely to fail.

Richard-Wai commented 3 years ago

This was something I was thinking about as well! Thanks for that.