Install Python in Ubuntu | Python | Ubuntu

Publicado em: 08 Setembro 2016
no canal de: 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


Nesta página do site você pode assistir ao vídeo on-line Install Python in Ubuntu | Python | Ubuntu duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Satya Pendem 08 Setembro 2016, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 28,963 vezes e gostou 164 espectadores. Boa visualização!