1. 콘다 주소 확보
2. wget으로 user tmp path에 다운로드
cd ~
mkdir tmp
cd tmpwget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh
3. bash로 실행하여 아나콘다 설치
bash Anaconda3-5.2.0-Linux-x86_64.sh
몇 가지 동의 해주고
4. PATH에 CONDA추가해주기
export PATH=~/anaconda3/bin:$PATH
conda