Skip to content
Snippets Groups Projects
Commit 85391488 authored by Stefan Kesselheim's avatar Stefan Kesselheim
Browse files

commented in downloading miniconda again

parent 6b3293a9
Branches
No related tags found
No related merge requests found
......@@ -5,14 +5,14 @@ ABSOLUTE_PATH=`realpath ${RELATIVE_PATH}`
source ${ABSOLUTE_PATH}/config.sh
source ${ABSOLUTE_PATH}/modules.sh
#wget --output-document=${ABSOLUTE_PATH}/Miniconda3.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
#
#rm -rf ${CONDA_TARGET_DIR}
#mkdir -p ${CONDA_TARGET_DIR}
#
#bash ${ABSOLUTE_PATH}/Miniconda3.sh -b -u -p ${CONDA_TARGET_DIR}
#
#${CONDA_TARGET_DIR}/bin/conda init bash
wget --output-document=${ABSOLUTE_PATH}/Miniconda3.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
rm -rf ${CONDA_TARGET_DIR}
mkdir -p ${CONDA_TARGET_DIR}
bash ${ABSOLUTE_PATH}/Miniconda3.sh -b -u -p ${CONDA_TARGET_DIR}
${CONDA_TARGET_DIR}/bin/conda init bash
echo ${CONDA_TARGET_DIR}/bin/conda create -n ${ENV_NAME} -f environment.yml
${CONDA_TARGET_DIR}/bin/conda env create --file environment.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment