Use auto modules instead

This commit is contained in:
2021-09-13 10:22:33 +02:00
parent bc0ff2b3ea
commit 22617db376
4 changed files with 1 additions and 17 deletions

View File

@@ -97,5 +97,6 @@ case $(hostname) in
* )
if [ -e /usr/share/lmod/lmod/init/profile ]; then
module use "$HOME/.modules.kuba/"
module use "$HOME/git/auto-venv-setup/lmod-modules/"
fi
esac