수고하십니다. 6:17 까지는 따라했지만 # conda initialize ~ ~~ 전체를 지원지지 않아 문의 드립니다. 터미널에 open .zshrc 입력하면 아래와 같은 창이 뜨지만 삭제가 되지 않아 문의 드립니다. ".zshrc" 이 잠겨있어서 해제하려고 하면 아래와 같은 알람이 뜨고 해지가 안됩니다. ".zshrc" 파일을 잠금해제 할수 없습니다 도움부탁드립니다. 감사합니다. >>> conda initialize >>> # !! Contents within this block are managed by 'conda init' !! __conda_setup="$('/opt/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)" if [ $? -eq 0 ]; then eval "$__conda_setup" else if [ -f "/opt/anaconda3/etc/profile.d/conda.sh" ]; then . "/opt/anaconda3/etc/profile.d/conda.sh" else export PATH="/opt/anaconda3/bin:$PATH" fi fi unset __conda_setup #
3가지 모두 삭제 과정 진행하고 다시 설치하려고 하는데, chosen path already exists 라는 문구와 함께 opt/anaconda3 가 여전히 존재한다고 합니다. 하지만 제가 terminal 에서나 폴더에서 봐도 없는데, 이럴 경우 어떻게 해야될까요?
저는 왜 아나콘다 prompt 실행하면 왼쪽에 base가 안뜰까요
수고하십니다.
6:17 까지는 따라했지만 # conda initialize ~ ~~ 전체를 지원지지 않아 문의 드립니다.
터미널에 open .zshrc 입력하면 아래와 같은 창이 뜨지만 삭제가 되지 않아 문의 드립니다.
".zshrc" 이 잠겨있어서 해제하려고 하면 아래와 같은 알람이 뜨고 해지가 안됩니다.
".zshrc" 파일을 잠금해제 할수 없습니다
도움부탁드립니다.
감사합니다.
>>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/opt/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/opt/anaconda3/etc/profile.d/conda.sh" ]; then
. "/opt/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/opt/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
#