728x90
반응형
환경 : Ubuntu16.04
Anaconda Install
1. 파이썬 버전에 맞는 bash파일 다운로드.
https://www.anaconda.com/download/#linux
2. 다운받은 bash파일을 command에 설치
bash Anaconda3-5.0.1-Linux-x86_64.sh
3. 설치과정
<Enter>
License들이 쫙 나오는데 걍 <space>눌러서 넘기다가
yes입력해주고
<Enter>누르고
Install되는거 기다렸다가
yes눌러주면 자동으로 bashrc파일에 등록.
(만약 안됐으면 bashrc파일에다가 다음 문구 추가)
# added by Anaconda3 2018.12 installer
# >>> conda init >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$(CONDA_REPORT_ERRORS=false '/home/[USERNAME]/anaconda3/bin/conda' shell.bash hook 2> /dev/null)"
if [ $? -eq 0 ]; then
\eval "$__conda_setup"
else
if [ -f "/home/[USERNAME]/anaconda3/etc/profile.d/conda.sh" ]; then
. "/home/[USERNAME]/anaconda3/etc/profile.d/conda.sh"
CONDA_CHANGEPS1=false conda activate base
else
\export PATH="/home/[USERNAME]/anaconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda init <<<
export PATH="/home/[USERNAME]/anaconda3/bin:$PATH"
얜 필요하면 깔고, 아니면 말고
아나콘다 환경 - yaml(yml파일)사용하여 환경 재구축
https://niceman.tistory.com/176
728x90
반응형
'환경구축' 카테고리의 다른 글
rosbag (0) | 2018.11.16 |
---|---|
Ubuntu16.04/Ubuntu 18.04 Pycharm 설치하기 (0) | 2018.10.24 |
caffe NCCL (0) | 2018.10.05 |
caffe (0) | 2018.10.04 |
opencv 설치(Ubuntu 16.04 / python2, python3) (0) | 2018.09.23 |