Zmień nazwę Python3 na Python

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

# run 
source ~/.bashrc
Worried Wolf