Skip to content
Snippets Groups Projects
Commit 6a97c6fd authored by David Verelst's avatar David Verelst
Browse files

updated path of conda environments

parent cf8f4579
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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. '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment