Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
  • Loading branch information
radekd91 committed Feb 13, 2023
1 parent 62456e2 commit c167b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_38.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c167b94

Please sign in to comment.