JIyeon's life

Mac에서 Anaconda, vsCode 설치하기 본문

Studying/Python

Mac에서 Anaconda, vsCode 설치하기

lionking_29 2021. 4. 4. 20:24

아나콘다(Anaconda)는 패키지 관리와 디플로이를 단순케 할 목적으로 과학 계산(데이터 과학, 기계 학습 애플리케이션, 대규모 데이터 처리, 예측 분석 등)을 위해 파이썬과 R 프로그래밍 언어의 자유-오픈 소스 배포판이다. 패키지 버전들은 패키지 관리 시스템 conda를 통해 관리된다. 아나콘다 배포판은 1300만 명 이상의 사용자들이 사용하며 윈도우, 리눅스, macOS에 적합한 1,400개 이상의 유명 데이터 과학 패키지가 포함되어 있다.

 

출처 : 위키피디아

 

즉, python 개발 환경을 쉽게 해주는 패키지형 소프트웨어 이다. 

 

내가 Anaconda를 설치 하기로 한 이유!

 

1. python 버전 다양화

   가상환경을 셋팅하고 진행하는 것이기 때문에 다른 버전 관리 가능

 

2. 패키지 다양화

아직 내가 뭘 쓸건지 정하지 않았음...

 

등등, python 으로 첫 개발 할때는 Anaconda 사용이 유용할 것 같아서 설치 하기로 했음!

 

 

1. 설치 파일 다운로드

www.anaconda.com/products/individual

 

Anaconda | Individual Edition

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

www.anaconda.com

 

2. 설치 확인

 

터미널에서 버젼 확인

conda -version

 

확인 되지 않을 경우 경로 설정

export PATH="/opt/anaconda3/bin:$PATH"   

 

 

https://code.visualstudio.com/download

 

Download Visual Studio Code - Mac, Linux, Windows

Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.

code.visualstudio.com

처음 코딩을 배우기 시작한 대학교 1학년 때 부터 사용한 visual studio... 내가 알 던 녀석 보다 달라 졌지만 그래도 다시 ! ㅎㅎ

 

 

 

 

'Studying > Python' 카테고리의 다른 글

Mac 에서 python 파일 실행하기  (0) 2024.09.19