Python安装

Centos

yum -y install python
yum -y install python3-pip

pip config set global.index-url http://mirrors.aliyun.com/pypi/simple && pip config set install.trusted-host mirrors.aliyun.com

python3 -m pip install --upgrade pip

切换默认版本:alternatives --config python

 

 

posted @ 2025-04-17 14:50  Fēngwèi  阅读(7)  评论(0)    收藏  举报