From b40b80d53513e6051667aa6f6c7de72ebcb0b9c1 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Thu, 11 Apr 2024 20:59:33 +0200 Subject: [PATCH] feat: completing last slide --- slides/common/software_environment.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/slides/common/software_environment.tex b/slides/common/software_environment.tex index 46e162c..05716f5 100644 --- a/slides/common/software_environment.tex +++ b/slides/common/software_environment.tex @@ -441,6 +441,7 @@ \subsection{Using Conda} # instead of (/some/long/path/my_env) user@host:directory $ \end{lstlisting} + if you ever need to set up your environment with a path (\altverb{-p}) instead of a name, e.\,g. on systems with a file quota. \end{frame}