Cambiar el nombre de Python3 a Python

# (tested on ubuntu)
# add into ~/.bashrc
alias python=python3

# run 
source ~/.bashrc
Worried Wolf