"리눅스 Anaconda 설치"의 두 판 사이의 차이

19번째 줄: 19번째 줄:
</source>
</source>
:3.라이선스에 동의
:3.라이선스에 동의
* 라이선스 내용이 나오며 동의 여부를 물어봄  
:라이선스 내용이 나오며 동의 여부를 물어봄  
:<source lang="console">
:<source lang="console">
Welcome to Anaconda3 4.3.0 (by Continuum Analytics, Inc.)
Welcome to Anaconda3 4.3.0 (by Continuum Analytics, Inc.)
37번째 줄: 37번째 줄:
</source>
</source>
:4.설치 위치를 설정
:4.설치 위치를 설정
* 설치 위치를 확정해주면 설치가 시작됨  
:설치 위치를 확정해주면 설치가 시작됨  
:<source lang="console">
:<source lang="console">
Anaconda3 will now be installed into this location:
Anaconda3 will now be installed into this location:

2017년 2월 12일 (일) 23:24 판

1 개념

파이썬 아나콘다 설치
Python Anaconda Installation
  • 파이썬 아나콘다 설치 순서를 설명함

2 설치 방법

1.인스톨러를 다운 받음 (https://www.continuum.io/downloads)
2.다운받은 인스톨러(쉘스크립트)를 실행함
파이썬 버전 3.6
bash Anaconda3-4.3.0-Linux-x86_64.sh
johnjeong@zetawiki:~$ bash Anaconda3-4.3.0-Linux-x86_64.sh
파이썬 버전 2.7
bash Anaconda2-4.3.0-Linux-x86_64.sh
3.라이선스에 동의
라이선스 내용이 나오며 동의 여부를 물어봄
Welcome to Anaconda3 4.3.0 (by Continuum Analytics, Inc.)

In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>> 
================
Anaconda License
================
.....<생략>
cryptography
A Python library which exposes cryptographic recipes and primitives.

Do you approve the license terms? [yes|no]
4.설치 위치를 설정
설치 위치를 확정해주면 설치가 시작됨
Anaconda3 will now be installed into this location:
/home/johnjeong/anaconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below
....

3 같이 보기

4 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}