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 e6a503f commit 3b10517Copy full SHA for 3b10517
anaconda-aliases.bash
@@ -28,7 +28,7 @@ perl="perl -Ssw"
28
if [ "$ANACONDA_HOME" == "" ]; then
29
export ANACONDA_HOME
30
ANACONDA_HOME=$(realpath "$(dirname "$(which conda)" 2> /dev/null)"/../)
31
- if [ "$ANACONDA_HOME" = "" ]; then
+ if [[ ("$ANACONDA_HOME" = "") || ("$ANACONDA_HOME" = "/home") ]]; then
32
export ANACONDA_HOME=/usr/local/misc/programs/anaconda3
33
fi
34
0 commit comments