banner
Apr 24, 2022
119 Views

Cài python 3.8 Centos 7

Written by
banner
yum update -y

yum install gcc zlib-devel -y

curl -O https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz

tar -xzf Python-3.8.1.tgz

cd Python-3.8.1

./configure --enable-optimizations

make altinstall

python3.8
Article Tags:
·
Article Categories:
config
banner

Leave a Reply

Your email address will not be published. Required fields are marked *