Created
September 17, 2020 21:29
-
-
Save stanlee321/5bf7cce5aa03b18c289fbf8d72564210 to your computer and use it in GitHub Desktop.
anaconda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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