From e9e703ec3b9d6277561f53460fc1dfc399c852f6 Mon Sep 17 00:00:00 2001 From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de> Date: Wed, 21 Dec 2022 15:11:14 +0100 Subject: [PATCH] replaced "sh" with "source" --- .../docs/software/python_virtual_environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 42731ed06..3d2b05be1 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,7 +123,7 @@ 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 -`sh $EBROOTANACONDA3/etc/profile.d/conda.sh`. Note that changes take effect after closing and +`source $EBROOTANACONDA3/etc/profile.d/conda.sh`. Note that changes take effect after closing and re-opening your shell. !!! warning -- GitLab