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 ...@@ -9,7 +9,7 @@ then
exit exit
fi fi
echo "Creating conda environment" 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 eval "$(conda shell.bash hook)" # make sure conda works in the shell script
conda activate work38 conda activate work38
echo "Installing conda packages" 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