Python 安装(Ubuntu|Linux)


**下载**
wget `https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz`
**解压**
tar zxvf Python-3.7.3.tgz
cd Python-3.7.3
**安装**
./configure --with-ssl
make
sudo make install

 

 Python 安装(Ubuntu|Linux)

Python 安装(Ubuntu|Linux)

Python 安装(Ubuntu|Linux)

***参考链接***
https://blog.csdn.net/qq_15260769/article/details/88822620

上一篇:安装opencv时ippicv下载超时


下一篇:Python实现自动发送邮件