From 6a97c6fd34b46930723b5b1e124332cd9f54d1ee Mon Sep 17 00:00:00 2001
From: David Robert Verelst <dave@dtu.dk>
Date: Sat, 9 Apr 2016 14:48:42 +0200
Subject: [PATCH] updated path of conda environments

---
 qsub-wrap.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qsub-wrap.py b/qsub-wrap.py
index a3f44cd..8b0d115 100755
--- a/qsub-wrap.py
+++ b/qsub-wrap.py
@@ -72,7 +72,7 @@ PYTHON_REPOS = """
 """
 
 ANACONDA = """
-export PATH=/home/MET/STABCON/miniconda/bin:$PATH
+export PATH=/home/python/miniconda3/bin:$PATH
 # activate the custom python environment:
 source activate [py_env]
 """
@@ -243,7 +243,7 @@ if __name__ == '__main__':
                         action='store', default='python',
                         help='Executable, can be empty if fpath is an exe.')
     parser.add_argument('--py_env', type='string', dest='py_env',
-                        help='name of the anaconda environment',
+                        help='name of the conda environment',
                         default='wetb_py3')
     parser.add_argument('-q', '--queue', type='string', dest='queue',
                         help='name of the PBS queue: workq or xpresq. '
-- 
GitLab