From 0c38a597ae4f6f622ce7d7e8cb9ee8465e4ef2e7 Mon Sep 17 00:00:00 2001
From: Oliver Henze <oliver.henze@ptb.de>
Date: Fri, 19 Jan 2024 11:14:04 +0000
Subject: [PATCH] ADD .condarc template file

---
 .condarc-template.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .condarc-template.yaml

diff --git a/.condarc-template.yaml b/.condarc-template.yaml
new file mode 100644
index 0000000..1063ee2
--- /dev/null
+++ b/.condarc-template.yaml
@@ -0,0 +1,13 @@
+# Template for the .condarc, to be saved under $HOME/.condarc
+# Path can be anywhere, $HOME, SAN, etc.
+
+
+# Path where your environments are saved
+envs_dirs:
+  - /path/to/conda/envs
+proxy_servers:
+    http: http://webproxy.bs.ptb.de:8080
+    https: http://webproxy.bs.ptb.de:8080
+# Path where your package cache is located (avoid $HOME/conda, consider using /home/<username>/san/conda or similar)    
+pkgs_dirs:
+ - /path/to/package/cache
-- 
GitLab