본문 바로가기

카테고리 없음

우분투 아나콘다 설치 및 명령



본 글의 목적



우분투에서 아나콘다를 설치하기 위한 명령 및 동작 확인 명령어 메모




1. 아나콘다 홈페이지에서 다운 받은 sh 파일을 실행한다.



>bash Anaconda3-5.0.1-Linux-x86_64.sh



2. 설정 파일 실행 (일종의 parh 같은?)


>source ~/.bashrc



3. 동작 확인


>conda list




참조: http://snowdeer.github.io/linux/2018/01/22/ubuntu-16p04-how-to-install-anaconda/