[파이썬] Anaconda 설치하기 : Windows 10

 

 

 

1.일단 아나콘다 설치 부터 시작할게용

 

아나콘다 다운로드 : www.anaconda.com/products/individual

 

Anaconda | Anaconda Distribution

Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine.

www.anaconda.com

 

 

1.일단 아나콘다 설치 부터 시작할게용

 

 

폴더 설정

Register Anacoda as my default Python 3.8을 선택한 상태로 Install 버튼을 클릭합니다. 이 옵션은 PyCharm과 같은 개발 툴에 아나콘다에 포함되어 있는 Python을 사용하도록 등록하는 것입니다. 첫 번째 옵션을 선택할 경우 다른 프로그램들에 영향을 미칠 수 있기 때문에 체크하지 않습니다. 

 

 

 

python --version

or

python -V

 

버전확인

 

 

 

conda --version