Linux下修改python编译器版本
(1)gedit ~/.bash_profile
PATH="/usr/bin:${PATH}"
export PATH
alias python="/usr/bin/python3"
(2)source ~/.bash_profile

Linux下修改python编译器版本
(1)gedit ~/.bash_profile
PATH="/usr/bin:${PATH}"
export PATH
alias python="/usr/bin/python3"
(2)source ~/.bash_profile