Linux/Unix Tutorial for Beginners for Python installation

Pubblicato il: 01 giugno 2019
sul canale di: Coding GuruJi
90
3

This tutorial will teach and guide you through the steps involved in the process of installation of Python 3.5 and Python 2.7 in a Linux system.

The steps involved are mentioned below:-
1.) Download the Python source tarball.
wget https://www.python.org/ftp/python/3.5...

2.) Decompress the package.
tar xzf Python-3.5.1.tgz

3.) Compile the sources.
cd Python-3.5.1
./configure
make

4.) Install the Python package/version manager to work with both the python versions together
sudo make altinstall


In questa pagina del sito puoi guardare il video online Linux/Unix Tutorial for Beginners for Python installation della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Coding GuruJi 01 giugno 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 90 volte e gli è piaciuto 3 spettatori. Buona visione!