Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
No Result
View All Result
Sick Codes - Security Research, Hardware & Software Hacking, Consulting, Linux, IoT, Cloud, Embedded, Arch, Tweaks & Tips!
No Result
View All Result
Home Tutorials

Install Python 3.8 on CentOS 7 or 8

by Sick Codes
December 13, 2019 - Updated on June 24, 2020
in Tutorials
0

Here is a one block automated install for Python3.8 on CentOS:

yum install make gcc openssl-devel bzip2-devel libffi-devel -y
cd /opt
wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
tar xzf Python-3.8.0.tgz
cd Python-3.8.0
./configure --enable-optimizations
make altinstall
rm Python-3.8.0.tgz
python3.8 --version
cd /root

Leave a Reply Cancel reply

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

No Result
View All Result

© 2017-2021 Sick.Codes

@sickcodes

@sickcodes

@sickcodes

Discord Server

sickcodes.slack.com

t.me/sickcodeschat

./contact_form