From 54f76a81f2884444524cd769ffcbc14f7ef02158 Mon Sep 17 00:00:00 2001
From: Elias Werner <eliwerner3@googlemail.com>
Date: Tue, 21 Sep 2021 09:50:55 +0200
Subject: [PATCH] remove hint to avoid virtual envs in sbatch files

---
 doc.zih.tu-dresden.de/docs/software/machine_learning.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/machine_learning.md b/doc.zih.tu-dresden.de/docs/software/machine_learning.md
index 2b1ff2013..203a2c193 100644
--- a/doc.zih.tu-dresden.de/docs/software/machine_learning.md
+++ b/doc.zih.tu-dresden.de/docs/software/machine_learning.md
@@ -56,10 +56,6 @@ The following have been reloaded with a version change:  1) modenv/ml => modenv/
 Python users should use a [virtual environment](python_virtual_environments.md) when conducting
 machine learning tasks via console.
 
-!!! hint
-    In case of using [sbatch files](../jobs_and_resources/batch_systems.md)
-    to send your job you usually don't need a virtual environment.
-
 For more details on machine learning or data science with Python see [here](data_analytics_with_python.md).
 
 ### R
-- 
GitLab