From 9a8372488f9daa32e4f05c28a7097cd8b6dc4722 Mon Sep 17 00:00:00 2001
From: Guilherme Pantoja Calandrini de Azevedo Junior
 <guilherme.calandrini@tu-dresden.de>
Date: Fri, 16 Sep 2022 10:18:00 +0200
Subject: [PATCH] The example says it's using Conda. But it's using virtualenv.

---
 .../docs/software/python_virtual_environments.md              | 4 ++--
 1 file changed, 2 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 69e34f20e..bde481a32 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
@@ -68,8 +68,8 @@ the environment as follows:
 
 ??? example
 
-    This is an example on partition Alpha. The example creates a conda virtual environment, and
-    installs the package `torchvision` with conda.
+    This is an example on partition Alpha. The example creates a python virtual environment, and
+    installs the package `torchvision` with pip.
     ```console
     marie@login$ srun --partition=alpha-interactive --nodes=1 --gres=gpu:1 --time=01:00:00 --pty bash
     marie@alpha$ ws_allocate -F scratch my_python_virtualenv 100    # use a workspace for the environment
-- 
GitLab