Python 코딩 환경 구축

 

Anaconda 설치

아나콘다 다운로드 페이지 접속: https://www.anaconda.com/distribution/

파이썬 버전에 맞는 Installer 다운로드 후 설치

 

파이썬 인터프리터

터미널에서 파이썬 버전을 확인해본다. 터미널에서 다음 명령을 실행한다.

$ python --version
Python 3.7.6

이어서 파이썬 인터프로터를 시작해 본다.

$ python
Python 3.7.6 (default, Jan  8 2020, 13:42:34) 
[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
반응형

'딥러닝' 카테고리의 다른 글

유데미 AI 완전정복을 위한 딥러닝 튜토리얼 part 1 수강후기  (0) 2022.01.16
3. Python 스크립트 파일  (0) 2020.04.15
2. python 기초  (0) 2020.03.28