Skip to content
Snippets Groups Projects
Commit c167b94d authored by rdanecek's avatar rdanecek
Browse files

Fix install script

parent 62456e25
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ then
exit
fi
echo "Creating conda environment"
mamba env create -n work38 python=3.8
mamba create -n work38 python=3.8
eval "$(conda shell.bash hook)" # make sure conda works in the shell script
conda activate work38
echo "Installing conda packages"
......
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