Skip to content
Snippets Groups Projects
Commit 82c19a62 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Use unified conda dir

parent b35c8335
No related branches found
No related tags found
No related merge requests found
...@@ -199,11 +199,7 @@ check_pass DOCPASS ...@@ -199,11 +199,7 @@ check_pass DOCPASS
ARCH=`arch` ARCH=`arch`
if [ -z "${CONDA_FOLDER}" ]; then if [ -z "${CONDA_FOLDER}" ]; then
if [ "${ARCH}" == "linux" ]; then CONDA_FOLDER=/opt/conda
CONDA_FOLDER=/local/conda
else
CONDA_FOLDER=/opt/conda
fi
fi fi
if [ -z "${CONDA_PREFIX}" ]; then if [ -z "${CONDA_PREFIX}" ]; then
......
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