Skip to content

Instantly share code, notes, and snippets.

@stanlee321
Created September 17, 2020 21:29
Show Gist options
  • Save stanlee321/5bf7cce5aa03b18c289fbf8d72564210 to your computer and use it in GitHub Desktop.
Save stanlee321/5bf7cce5aa03b18c289fbf8d72564210 to your computer and use it in GitHub Desktop.
anaconda
# Anaconda
export PATH=$PATH:$HOME/anaconda3/bin
#export PATH=~/anaconda3/bin:$PATH
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/home/stanlee321/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/home/stanlee321/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/stanlee321/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/home/stanlee321/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment