Centos7 更新pip和scipy

更新pip:

pip install --upgrade pip

更新scipy包:

pip install -upgrade scipy

原文地址:https://www.cnblogs.com/leewhite/p/6098211.html