User Tools

Site Tools


python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
python [2017/06/02 18:16]
mgstauff created
python [2017/10/18 20:56] (current)
mgstauff
Line 8: Line 8:
  
 To use these version, add the desired version's path to your search path, or call the binaries directly. To use these version, add the desired version's path to your search path, or call the binaries directly.
 +
 +Or you can use the Software Collections ''scl'' tool.
 +
 +Run ''scl -l'' for a list of installed collections. Then, e.g., to use Python 2.7, run this:
 +
 +  scl enable python27 bash
 +
 +This will start a new shell that's set to use python 2.7 (run ''which python'' and ''python --version'' to verify). 
python.1496427415.txt.gz ยท Last modified: 2017/06/02 18:16 by mgstauff