Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


python_alternative_upgrade_notes

This is an old revision of the document!


Python Alternative Upgrade Notes

Server World

Netslovers

TecAdmin

Computing For Geeks

Python 3.10 Linux Stans with openssl11 notes

yum -y install openssl11 openssl11-devel
mkdir /usr/local/openssl11
cd /usr/local/openssl11
ln -s /usr/lib64/openssl11 lib
ln -s /usr/include/openssl11 include
./configure --enable-optimizations --with-openssl=/usr/local/openssl11
python3.10 -m pip list
python_alternative_upgrade_notes.1652296012.txt.gz · Last modified: 2022/05/11 15:06 by juckins