Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 39: Line 39:     
====Usage====
 
====Usage====
To make use of Python version 3.3.2 one needs to enter the following command:
+
{{Note box|More examples to follow}}
 +
 
 +
To make use of Python version 3.3.2 in the current shell environment, one needs to enter the following command:
 
  scl enable python33 bash
 
  scl enable python33 bash
 
and test with:
 
and test with:
 
  python --version
 
  python --version
{{Note box|More examples to follow}}
+
 
 +
To enable Python at boot time, one could add the following line to /etc/rc.d/rc.local file:
 +
scl enable python33 bash
    
==Other articles in this category==
 
==Other articles in this category==

Navigation menu