ターミナルを起動すると以下のコードが表示されるのですが、python等でインストール、ダウンロードしたらこのような表示になったのですが、この意味、初期の頃の表示に戻す方法に戻せるのか。このままで良いのか、総合的に教えていただけると助かります。
よろしくお願いいたします。
tarminal
1Last login: Tue Aug 11 00:00:00 on ttys001 2[2] 69735 3[2] + exit 1 command -v pyenv 2 > /dev/null 4/Users/****/.zshrc:20: command not found: 1
cat ~/.zshrcを実行した結果
terminal
1Last login: Tue Aug 11 00:00:00 on ttys002 2[2] 69890 3[2] + exit 1 command -v pyenv 2 > /dev/null 4/Users/****/.zshrc:20: command not found: 1 5(base) **** ~ % cat ~/.zshrc 6 7# >>> conda initialize >>> 8# !! Contents within this block are managed by 'conda init' !! 9__conda_setup="$('/Users/****/opt/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" 10if [ $? -eq 0 ]; then 11 eval "$__conda_setup" 12else 13 if [ -f "/Users/****/opt/anaconda3/etc/profile.d/conda.sh" ]; then 14 . "/Users/****/opt/anaconda3/etc/profile.d/conda.sh" 15 else 16 export PATH="/Users/****/opt/anaconda3/bin:$PATH" 17 fi 18fi 19unset __conda_setup 20# <<< conda initialize <<< 21 22export PYENV_ROOT="$HOME/.pyenv" 23export PATH="$PYENV_ROOT/bin:$PATH" 24eval "$(pyenv init -)" 25if command -v pyenv 1>/dev/null 2&1; then eval "$(pyenv init -)" 26fi 27(base) **** ~ % 28
回答1件
あなたの回答
tips
プレビュー