Erstellen Sie Python Alias für 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