Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mfl15 authored Nov 13, 2023
1 parent 6b8b7c8 commit a2abb20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Check if the YACHT environment exists
ENV_NAME="yacht_env"
check=$(conda env list | cut -d" " -f 1 | grep -w $ENV_NAME | wc -l)

if [ $check -eq 1 ]; then
echo "The environment '$ENV_NAME' already exists. Please activate it by running 'conda activate $ENV_NAME'."
else
Expand Down

0 comments on commit a2abb20

Please sign in to comment.