1.安装yum-utils
yum install yum-utils
2.安装yum-builddep
yum-builddep python
3.下载Python压缩包
wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz
4.解压
tar xf Python-3.7.0.tgz
5.配置,编辑,安装
cd Python-3.7.0
./configure
make
make install
6.安装相关模块
pip3 install 模块名
7.编写xx.py文件
8.执行xx.py文件
python3 xx.py
或
nohup python3 -u xx.py > xx.log 2>&1 &
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。