Tutorial on Installing Python for Linux

Published: 01 July 2021
on channel: Jacques Fleischer
68
2

J.P. installs Python on Ubuntu while there is a thunderstorm outside.


REPLACE X's WITH VERSION NUMBER.


sudo apt-get update
sudo apt-get install libssl-dev openssl make gcc
y
cd /opt
sudo wget https://www.python.org/ftp/python/x.x...
sudo tar xzvf Python-x.x.x.tgz
cd Python-x.x.x
./configure
make
sudo make install
sudo ln -fs /opt/Python-x.x.x/Python /usr/bin/pythonx.x
pythonx.x --version


On this page of the site you can watch the video online Tutorial on Installing Python for Linux with a duration of hours minute second in good quality, which was uploaded by the user Jacques Fleischer 01 July 2021, share the link with friends and acquaintances, this video has already been watched 68 times on youtube and it was liked by 2 viewers. Enjoy your viewing!