Django 웹 개발 시작하기Django 개발 환경 구성하기Django 개발 환경 구성 하기Ⅰ (macOS)
homebrew 설치과정에서 오류가납니다...ㅠ
조회 5379
좋아요 2
2021년 4월 29일
탱글이
2
댓글 1개
0
채택된 답변 수 2,645
댓글 7개
댓글 7개
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/Users/cubest_june/opt/anaconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/cubest_june/opt/anaconda3/etc/profile.d/conda.sh" ]; then
. "/Users/cubest_june/opt/anaconda3/etc/profile.d/conda.sh"
else
export PATH="/Users/cubest_june/opt/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<
~
~
~
~
~
~
"~/.zshrc" [readonly] 16L, 518C