Add environment-module related files
This commit is contained in:
parent
ad8724f17a
commit
68944a5bb0
6
python2-sphinx
Normal file
6
python2-sphinx
Normal file
@ -0,0 +1,6 @@
|
||||
#%Module 1.0
|
||||
#
|
||||
# python2-sphinx module for use with 'environment modules' package
|
||||
#
|
||||
conflict python-sphinx
|
||||
prepend-path PATH @python2_sphinx_dir@
|
6
python3-sphinx
Normal file
6
python3-sphinx
Normal file
@ -0,0 +1,6 @@
|
||||
#%Module 1.0
|
||||
#
|
||||
# python2-sphinx module for use with 'environment modules' package
|
||||
#
|
||||
conflict python-sphinx
|
||||
prepend-path PATH @python3_sphinx_dir@
|
2
zz-modules-python-sphinx.csh
Normal file
2
zz-modules-python-sphinx.csh
Normal file
@ -0,0 +1,2 @@
|
||||
# Add path to the default python-sphinx scripts on this version of Fedora
|
||||
module load python-sphinx
|
2
zz-modules-python-sphinx.sh
Normal file
2
zz-modules-python-sphinx.sh
Normal file
@ -0,0 +1,2 @@
|
||||
# Add path to the default python-sphinx scripts on this version of Fedora
|
||||
module load python-sphinx
|
Loading…
Reference in New Issue
Block a user