1.
安装
sudo pip3 install numpy
如果是python2, 直接用pip
卸载
sudo pip3 uninstall numpy
2. 升级
sudo pip3 install -U numpy