diff --git a/qsub-wrap.py b/qsub-wrap.py
index a3f44cdd04938feaccdd4d101ece4a687b235066..8b0d115103774b0a8feaf8e7737dd90bf810c974 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. '