updates setup and scc

This commit is contained in:
2023-12-22 13:48:46 +01:00
parent 1f37801f05
commit 288f0577f1
5 changed files with 13 additions and 2 deletions

8
.envrc Normal file
View File

@@ -0,0 +1,8 @@
module load ./Modulefile
distro=`/bin/lsb_release -i -s`
if [ $distro == "CentOS" ]; then
. /opt/rh/devtoolset-8/enable
. /opt/rh/rh-python38/enable
fi
layout python3
[ -f .envrc.$USER ] && . .envrc.$USER