4

CentOS系统安装Python3环境

 2 years ago
source link: https://crazyyanchao.github.io/blog/2021/11/01/CentOS%E7%B3%BB%E7%BB%9F%E5%AE%89%E8%A3%85Python3%E7%8E%AF%E5%A2%83.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Here’s the table of contents:

安装Python3

yum install python36

安装pip工具

sudo yum install python-pip
sudo pip3 install --upgrade pip

安装cypher包

pip3 install ipython-cypher
pip3 install pandas

执行Python文件

python3 test.py

CentOS后台运行Python

nohup python3 -u test.py > test.log 2>&1 &

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK