diff --git a/doc.zih.tu-dresden.de/docs/software/tensorflow.md b/doc.zih.tu-dresden.de/docs/software/tensorflow.md
index 20f88fac31d3360568f3abdb6510d5dc4222ea04..d68ba556b9daf6bfff1cd42569ff90f988d95a2b 100644
--- a/doc.zih.tu-dresden.de/docs/software/tensorflow.md
+++ b/doc.zih.tu-dresden.de/docs/software/tensorflow.md
@@ -80,7 +80,7 @@ import TensorFlow:
     /sw/installed/Python/3.7.2-GCCcore-8.2.0
     marie@power$ virtualenv --system-site-packages /data/horse/ws/1/marie-python_virtual_environment/env
     [...]
-    marie@power$ source /data/horse/ws/1/marie-python_virtual_environment/env/bin/activate
+    marie@power$ source /data/horse/ws/marie-python_virtual_environment/env/bin/activate
     marie@power$ python -c "import tensorflow as tf; print(tf.__version__)"
     [...]
     2.3.1