Install python from source code

Publié le: 20 mai 2024
sur la chaîne: The Machine Learning Engineer
63
6

shorts
Install python from source code
installed in Ubuntu 22.04

Install Python 3.11 or other from Source
go to home
cd ~
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev

go to https://www.python.org/ftp/python and choose the version

wget https://www.python.org/ftp/python/3.1...


tar -xf /mnt/c/Users/User/Python-3.11.9.tgz
cd Python-3.11.9
./configure --enable-optimizations
make -j 12

sudo make altinstall

python3.11


Sur cette page du site, vous pouvez voir la vidéo en ligne Install python from source code durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur The Machine Learning Engineer 20 mai 2024, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 63 fois et il a aimé 6 téléspectateurs. Bon visionnage!