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

Override python version with value from cmdline

parent 56b848af
No related branches found
No related tags found
1 merge request!49Bob devel
......@@ -23,6 +23,6 @@ if [ -d ${BASEDIR}/envs/${NAME} ]; then
fi
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
${CONDA} env create -n ${NAME} --file=bob-devel.yml
${CONDA} env create -n ${NAME} --file=bob-devel.yml python=${PYTHON_VERSION}
echo "[>>] Bye!"
exit 0
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