@OrionPaxxx
2018-04-18T12:26:31.000000Z
字数 246
阅读 1012
python ubuntu
sudo apt-get install python3 #更新到3.5版本
输入Python查看是否为3.5版本
如果没有pip要先安装pip
sudo apt install python-pip
然后:
pip install numpy
或者直接使用
sudo apt-get install python-××××命令
如:
apt-get install python-numpy
apt-get install python3-matplotlib
