Skip to content
Snippets Groups Projects
Commit 44ab2f35 authored by schmittu's avatar schmittu :beer:
Browse files

small fix in ./update_conda_env_on_euler.sh

parent 6f1c24dd
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ ssh euler bash <<EOL
set -x
cd ${ROOT}
test -f $MINICONDA_INSTALLER || wget https://repo.anaconda.com/miniconda/$MINICONDA_INSTALLER
test -f miniconda3 || bash Miniconda3-latest-Linux-x86_64.sh -b -p ./miniconda3
test -d miniconda3 || bash Miniconda3-latest-Linux-x86_64.sh -b -p ./miniconda3
if test -d conda_env; then
miniconda3/bin/conda env update -p conda_env -f environment.yml;
......
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