Install Python in Ubuntu | Python | Ubuntu

Опубликовано: 08 Сентябрь 2016
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн Install Python in Ubuntu | Python | Ubuntu длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Satya Pendem 08 Сентябрь 2016, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 28,963 раз и оно понравилось 164 зрителям. Приятного просмотра!