[关闭]
@OrionPaxxx 2018-04-18T12:26:31.000000Z 字数 246 阅读 1012

python ubuntu

ubunto 安装python及其模块的方法

更新

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

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注