diff --git a/doc.zih.tu-dresden.de/docs/index.md b/doc.zih.tu-dresden.de/docs/index.md
index cede4fd713f3952e70c522079d0135a73048db1b..ab416ffeae08da038b974a9a079edf671dae64e9 100644
--- a/doc.zih.tu-dresden.de/docs/index.md
+++ b/doc.zih.tu-dresden.de/docs/index.md
@@ -42,7 +42,7 @@ We offer a rich and colorful bouquet of courses from classical *HPC introduction
 [Training Offers](https://tu-dresden.de/zih/hochleistungsrechnen/nhr-training)
 for a detailed overview of the courses and the respective dates at ZIH.
 
-* [HPC introduction slides](misc/HPC-Introduction.pdf) Sep. 2023)
+* [HPC introduction slides](misc/HPC-Introduction.pdf) Sep. 2023
 
 Furthermore, Center for Scalable Data Analytics and Artificial Intelligence
 [ScaDS.AI](https://scads.ai) Dresden/Leipzig offers various trainings with HPC focus.
diff --git a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
index 3d2b05be153c09e4fcd59a359b0c33e0a8b9645c..99e61332b8773e24e0ba7be606674c38c552db50 100644
--- a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
+++ b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
@@ -123,8 +123,9 @@ marie@compute$ source /scratch/ws/1/marie-python_virtual_environment/env/bin/act
 
 **Prerequisite:** Before working with conda, your shell needs to be configured
 initially. Therefore login to the ZIH system, load the Anaconda module and run
-`source $EBROOTANACONDA3/etc/profile.d/conda.sh`. Note that changes take effect after closing and
-re-opening your shell.
+`source $EBROOTANACONDA3/etc/profile.d/conda.sh`. Note that you must run the
+previous command each time you want to activate your virtual environment and
+they are not automatically loaded after re-opening your shell.
 
 !!! warning
     We recommend to **not** use the `conda init` command, since it may cause unexpected behaviour