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

잔글 (봇: Python Anaconda을(를) Anaconda(으)로 분류 대체함)
 
(사용자 3명의 중간 판 15개는 보이지 않습니다)
5번째 줄: 5번째 줄:


==설치 방법==
==설치 방법==
:1.인스톨러를 다운 받음 (https://www.continuum.io/downloads)
*1. 인스톨러를 다운 받음 (https://www.continuum.io/downloads)
:2.다운받은 인스톨러(쉘스크립트)를 실행함
*2. 다운받은 인스톨러(쉘스크립트)를 실행함
:파이썬 버전 3.6
:파이썬 버전 3.6
:<source lang="bash">
:<source lang="bash">
bash Anaconda3-4.3.0-Linux-x86_64.sh  
bash Anaconda3-4.3.0-Linux-x86_64.sh  
</source>
:<source lang="console">
johnjeong@zetawiki:~$ bash Anaconda3-4.3.0-Linux-x86_64.sh
</source>
</source>
:파이썬 버전 2.7
:파이썬 버전 2.7
15번째 줄: 18번째 줄:
bash Anaconda2-4.3.0-Linux-x86_64.sh  
bash Anaconda2-4.3.0-Linux-x86_64.sh  
</source>
</source>
:3.라이선스에 동의
* 3. 라이선스에 동의
:4.설치 위치를 설정선
:라이선스 내용이 나오며 동의 여부를 물어봄
:<source lang="console">
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]
.....<생략>
</source>
* 4. 설치 위치 지정
:설치 위치를 확정해주면 설치가 시작됨
:<source lang="console">
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
....
</source>


==같이 보기==
==같이 보기==
* [[파이썬 아나콘다]]
* [[Anaconda (소프트웨어)]]
* [[윈도우 Anaconda 설치]]


==참고 자료==
==참고==
* https://www.continuum.io/downloads
* https://www.continuum.io/downloads


[[분류:파이선]]
[[분류:Anaconda]]

2020년 1월 4일 (토) 15:22 기준 최신판

1 개념[ | ]

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

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 }}