Add environment-module related files
This commit is contained in:
parent
ad8724f17a
commit
68944a5bb0
4 changed files with 16 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue