Advertisement
Guest User

anaconda_bashrc

a guest
May 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. __conda_setup="$('/opt/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
  2. if [ $? -eq 0 ]; then
  3. eval "$__conda_setup"
  4. else
  5. if [ -f "/opt/anaconda3/etc/profile.d/conda.sh" ]; then
  6. . "/opt/anaconda3/etc/profile.d/conda.sh"
  7. else
  8. export PATH="/opt/anaconda3/bin:$PATH"
  9. fi
  10. fi
  11. unset __conda_setup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement