From 08263af7903dfb948c5fec84aea8ef5eeac811d1 Mon Sep 17 00:00:00 2001 From: Guilherme Calandrini <guilherme.calandrini@tu-dresden.de> Date: Fri, 23 Jun 2023 13:00:18 +0200 Subject: [PATCH] fixes --- .../docs/software/python_virtual_environments.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 3d2b05be1..99e61332b 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 -- GitLab