Changes

Jump to navigation Jump to search
21 bytes added ,  15:58, 26 July 2016
Line 4: Line 4:  
  tar xvf Python-2.7.12.tar.xz
 
  tar xvf Python-2.7.12.tar.xz
 
  ./configure
 
  ./configure
 +
sudo apt-get update
 
  sudo apt-get install make
 
  sudo apt-get install make
 
  make
 
  make
  make install  
+
  make install
 +
 
 
== Indentation ==
 
== Indentation ==
 
Python is an indented language, so the code indentation matters. A good practice is to indent with 4 spaces (if you mix spaces and tabs the code won't work.
 
Python is an indented language, so the code indentation matters. A good practice is to indent with 4 spaces (if you mix spaces and tabs the code won't work.

Navigation menu