修改默认python版本

sudo rm /usr/bin/python

sudo ln -s /usr/local/bin/python3.4 /usr/bin/python

原文地址:https://www.cnblogs.com/yuluhuang/p/3679104.html