renommer Python3 à Python
# (tested on ubuntu)
# add into ~/.bashrc
alias python=python3
# run
source ~/.bashrc
Worried Wolf
# (tested on ubuntu)
# add into ~/.bashrc
alias python=python3
# run
source ~/.bashrc