File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ if [ "${DEBUG:-0}" -gt 0 ]; then
55fi
66
77DEPSDIR=" $PWD /pypkgs"
8- pyver=python$( python3 -c " import sys; print(\" %s.%s\" % sys.version_info[:2])" )
8+ pyver=python$( python3.12 -c " import sys; print(\" %s.%s\" % sys.version_info[:2])" )
99export PYTHONPATH=$DEPSDIR /lib/$pyver /site-packages:$DEPSDIR /lib64/$pyver /site-packages:$PWD /custom_plugin:$PWD /computational_macros:$PYTHONPATH
1010export PATH=$DEPSDIR /bin:$PATH
1111
1212
1313if [ " ${INSTALLDEPS:- 0} " -gt 0 ]; then
14- python3 -m pip install --use-pep517 --ignore-installed --prefix " $DEPSDIR " -r requirements.txt
15- python3 -m pip install --use-pep517 --prefix " $DEPSDIR " " $PWD " /custom_plugin
16- python3 -m pip install --use-pep517 --prefix " $DEPSDIR " " $PWD " /computational_macros
14+ python3.12 -m pip install --use-pep517 --ignore-installed --prefix " $DEPSDIR " -r requirements.txt
15+ python3.12 -m pip install --use-pep517 --prefix " $DEPSDIR " " $PWD " /custom_plugin
16+ python3.12 -m pip install --use-pep517 --prefix " $DEPSDIR " " $PWD " /computational_macros
1717 # not needed for actual page
18- python3 -m pip install --use-pep517 --ignore-installed --prefix " $DEPSDIR " linkchecker
18+ python3.12 -m pip install --use-pep517 --ignore-installed --prefix " $DEPSDIR " linkchecker
1919fi
2020
21- python3 build.py " $@ "
21+ python3.12 build.py " $@ "
2222
2323if [ " ${WEBSERVER:- 0} " -gt 0 ]; then
2424 webbase=build
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ complete environments can easily be copied and executed on other
1313platforms.
1414
1515For more general information about the use of Singularity, please see
16- the official documentation at < https://www .sylabs.io/docs/ > .
16+ the official documentation at < https://docs .sylabs.io/guides/main/user-guide > .
1717
1818This documentation only covers aspects of using Singularity on the
1919infrastructure.
@@ -63,7 +63,7 @@ restrictions:
6363
6464For more information on converting existing Docker images to Singularity
6565images, see
66- < https://www .sylabs.io/guides/3.4 /user-guide/singularity_and_docker.html > .
66+ < https://docs .sylabs.io/guides/main /user-guide/singularity_and_docker.html > .
6767
6868We strongly recommend the use of Docker Hub, see
6969< https://hub.docker.com/ > for more information.
You can’t perform that action at this time.
0 commit comments