Install Python in Ubuntu | Python | Ubuntu

Published: 08 September 2016
on channel: Satya Pendem
28,963
164

You can update by using following commands:
sudo apt-get install python3
(or)
sudo apt-get upgrade

Download python-3.x version from the python.org

Extract .tar.gz using the command tar xvf Python-3.x.tar.gz

goto that directory using cd dir_name

$./configure

$sudo make

$sudo make install

in that you will get an error for pip it requires ssl

install the service using this command

$sudo apt-get install libssl-dev openssl

after that again install using $sudo make install

After that use python3 command to open interpreter


On this page of the site you can watch the video online Install Python in Ubuntu | Python | Ubuntu with a duration of hours minute second in good quality, which was uploaded by the user Satya Pendem 08 September 2016, share the link with friends and acquaintances, this video has already been watched 28,963 times on youtube and it was liked by 164 viewers. Enjoy your viewing!