Difference between revisions of "Scl"

From wiki
Jump to navigation Jump to search
(Created page with "For software collections (to be explored further). ;scl enable rh-python36 bash :Make this python version default")
 
 
Line 1: Line 1:
 
For software collections (to be explored further).
 
For software collections (to be explored further).
 +
  
 
;scl enable rh-python36 bash
 
;scl enable rh-python36 bash
:Make this python version default
+
:Make this python version default in current bash session
 +
 
 +
For enabling it by default in <code>.bashrc</code> add:
 +
<syntaxhighlight lang=bash>
 +
source /opt/rh/rh-python36/enable
 +
</syntaxhighlight>

Latest revision as of 10:17, 25 May 2020

For software collections (to be explored further).


scl enable rh-python36 bash
Make this python version default in current bash session

For enabling it by default in .bashrc add:

source /opt/rh/rh-python36/enable