When I type the command python
, Ubuntu runs Python 2.7. But in the new versions of Ubuntu, Python 3 is also usually installed.
python -V
, "Python 2.7.12" appears, but I would like to use the python
command to run the 3.5
version.
I could create a symbolic link or something like that, but as I do not know if this is the right thing to do, I ask:
Is there a specific way to change the default version of the python
command, without harming or harming Ubuntu?