Docker使用

CentOS安装

#查看可安装的版本
]# yum list python3
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.aliyun.com
Excluding 1 update due to versionlock (use "yum versionlock status" to show it)
Available Packages
python3.i686                                                                                                       3.6.8-18.el7                                                                                                     updates
python3.x86_64                                                                                                     3.6.8-18.el7   

]# yum install python3 -y

Ubuntu

apt install python3
apt install python3-pip

源码安装

mkdir /opt/python
cd /opt/python
wget https://www.python.org/ftp/python/3.6.12/Python-3.6.12.tgz
tar -zxvf Python-3.6.12.tgz
cd Python-3.6.12
./configure --prefix=/usr --enable-shared --with-ssl
make -j4
make install -j4
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值