SystemC-Components-Test/.envrc

9 lines
214 B
Plaintext
Raw Normal View History

2023-12-22 13:48:46 +01:00
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