We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9255aa3 commit 50d818cCopy full SHA for 50d818c
conda/install.sh
@@ -47,6 +47,13 @@ while getopts "h" OPTNAME ; do
47
esac
48
done
49
50
+if $CONDA env list | grep -q mellea
51
+then
52
+ echo "An existing mellea environment was found."
53
+ $CONDA env remove -n mellea
54
+fi
55
+
56
57
# note:
58
# this is a portable way (works in linux and osx) to get the directory of this script.
59
# readlink -ef may not work on osx.
0 commit comments