Install Python in Ubuntu | Python | Ubuntu

Pubblicato il: 08 settembre 2016
sul canale di: 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


In questa pagina del sito puoi guardare il video online Install Python in Ubuntu | Python | Ubuntu della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Satya Pendem 08 settembre 2016, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 28,963 volte e gli è piaciuto 164 spettatori. Buona visione!