diff --git a/experiments/daic/env.jl b/experiments/daic/env.jl
index 0aa6b76a9b9b699f4b1079d7e2075ebdceb836ad..4275dab35c58d70beeb5a2d8f50cd9656441724d 100644
--- a/experiments/daic/env.jl
+++ b/experiments/daic/env.jl
@@ -1,3 +1,4 @@
 using Pkg
+Plg.update()
 Pkg.resolve()
 Pkg.instantiate()
\ No newline at end of file
diff --git a/experiments/daic/env_ECCCo.sh b/experiments/daic/env_ECCCo.sh
index 4b2f0014a51eb4d459e7b7848f019b8bac1ec0a7..e5f0105a3a7fe1fe6eb72c2145b0199630e05cc4 100644
--- a/experiments/daic/env_ECCCo.sh
+++ b/experiments/daic/env_ECCCo.sh
@@ -8,7 +8,4 @@
 #SBATCH --mem-per-cpu=8GB
 #SBATCH --mail-type=END     # Set mail type to 'END' to receive a mail when the job finishes. 
 
-module use /opt/insy/modulefiles          # Use DAIC INSY software collection
-module load openmpi
-
 srun julia --project experiments/daic/env.jl > experiments/env_ECCCo.log
\ No newline at end of file
diff --git a/experiments/daic/env_experiments.sh b/experiments/daic/env_experiments.sh
index adf42742ad71b5987f30d672ae3efd5c7483dad0..9d765a0febf4767809f9b41dae3988235d07d7ec 100644
--- a/experiments/daic/env_experiments.sh
+++ b/experiments/daic/env_experiments.sh
@@ -8,7 +8,4 @@
 #SBATCH --mem-per-cpu=8GB
 #SBATCH --mail-type=END     # Set mail type to 'END' to receive a mail when the job finishes. 
 
-module use /opt/insy/modulefiles          # Use DAIC INSY software collection
-module load openmpi
-
 srun julia --project=experiments experiments/daic/env.jl > experiments/env_experiments.log
\ No newline at end of file