fixes some settings and comments

This commit is contained in:
2025-07-30 05:56:41 +02:00
parent 084d8e0fd6
commit 9db8c39925
3 changed files with 9 additions and 6 deletions

4
.envrc
View File

@@ -6,6 +6,8 @@ if [ $distro == "CentOS" ]; then
elif [ $distro == "Rocky" ]; then
. /opt/rh/gcc-toolset-11/enable
fi
module load ./Modulefile
if has module; then
module load ./Modulefile
fi
layout python3
[ -f .envrc.$USER ] && . .envrc.$USER