ubuntu - running python using python instead of python3
Can be really annoying trying to convert scripts or code to run python3 instead of just python from the command line. Of course there's alias command that you can use.
Thankfully we have this package here.
apt install python-is-python3
Comments