对于ubuntu py2和py3共存问题,想使用python指向py3,在~/.bashrc增加
alias pip=/usr/local/bin/pip3.6 alias python=/usr/bin/python3.6
gcc版本切换也是类似方法。