Install python from source code

Pubblicato il: 20 maggio 2024
sul canale di: 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


In questa pagina del sito puoi guardare il video online Install python from source code della durata di ore minuti seconda in buona qualità , che l'utente ha caricato The Machine Learning Engineer 20 maggio 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 63 volte e gli è piaciuto 6 spettatori. Buona visione!