Install python from source code

Published: 20 May 2024
on channel: 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


On this page of the site you can watch the video online Install python from source code with a duration of hours minute second in good quality, which was uploaded by the user The Machine Learning Engineer 20 May 2024, share the link with friends and acquaintances, this video has already been watched 63 times on youtube and it was liked by 6 viewers. Enjoy your viewing!