From 68944a5bb0c5f390b99b0389e7a809adb6c4032f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 30 Dec 2016 12:46:55 -0800 Subject: [PATCH] Add environment-module related files --- python2-sphinx | 6 ++++++ python3-sphinx | 6 ++++++ zz-modules-python-sphinx.csh | 2 ++ zz-modules-python-sphinx.sh | 2 ++ 4 files changed, 16 insertions(+) create mode 100644 python2-sphinx create mode 100644 python3-sphinx create mode 100644 zz-modules-python-sphinx.csh create mode 100644 zz-modules-python-sphinx.sh diff --git a/python2-sphinx b/python2-sphinx new file mode 100644 index 0000000..e015ae6 --- /dev/null +++ b/python2-sphinx @@ -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@ diff --git a/python3-sphinx b/python3-sphinx new file mode 100644 index 0000000..6d79fad --- /dev/null +++ b/python3-sphinx @@ -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@ diff --git a/zz-modules-python-sphinx.csh b/zz-modules-python-sphinx.csh new file mode 100644 index 0000000..a0bc0b8 --- /dev/null +++ b/zz-modules-python-sphinx.csh @@ -0,0 +1,2 @@ +# Add path to the default python-sphinx scripts on this version of Fedora +module load python-sphinx diff --git a/zz-modules-python-sphinx.sh b/zz-modules-python-sphinx.sh new file mode 100644 index 0000000..a0bc0b8 --- /dev/null +++ b/zz-modules-python-sphinx.sh @@ -0,0 +1,2 @@ +# Add path to the default python-sphinx scripts on this version of Fedora +module load python-sphinx