Créer un alias Python pour Python3
# add this to ~/.bashrc
alias python=python3
# run the command
source ~/.bashrc
DiceNameIsMy
# add this to ~/.bashrc
alias python=python3
# run the command
source ~/.bashrc
alias python=python3