「インストール - Anaconda」の版間の差分

ナビゲーションに移動 検索に移動
50行目: 50行目:
  # >>> conda initialize >>>
  # >>> conda initialize >>>
  # !! Contents within this block are managed by 'conda init' !!
  # !! Contents within this block are managed by 'conda init' !!
  __conda_setup="$('/ホームディレクトリ/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
  __conda_setup="$('/home/ユーザ名/anaconda3/bin/conda' 'shell.bash' 'hook' 2> /dev/null)"
  if [ $? -eq 0 ]; then
  if [ $? -eq 0 ]; then
     eval "$__conda_setup"
     eval "$__conda_setup"
  else
  else
     if [ -f "/ホームディレクトリ/anaconda3/etc/profile.d/conda.sh" ]; then
     if [ -f "/home/ユーザ名/anaconda3/etc/profile.d/conda.sh" ]; then
       . "/ホームディレクトリ/anaconda3/etc/profile.d/conda.sh"
       . "/home/ユーザ名/anaconda3/etc/profile.d/conda.sh"
     else
     else
       export PATH="/ホームディレクトリ/anaconda3/bin:$PATH"
       export PATH="/home/ユーザ名/anaconda3/bin:$PATH"
     fi
     fi
  fi
  fi

案内メニュー