Install python from source code

Publicado em: 20 Maio 2024
no canal de: 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


Nesta página do site você pode assistir ao vídeo on-line Install python from source code duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário The Machine Learning Engineer 20 Maio 2024, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 63 vezes e gostou 6 espectadores. Boa visualização!