YYYEJI

[Python] MacOS에서 Conda 설치하기 본문

Python

[Python] MacOS에서 Conda 설치하기

YEJI ⍢ 2022. 9. 1. 16:37
728x90

Conda 란 ? ? ?

Anaconda는 파이썬 개발 환경을 쉽게 구축할 수 있도록 도와주는 일종의 패키지형 소프트웨어입니다.

 

 

 

 

 ↓↓↓ 아래 링크로 접속하세요 ↓↓↓

https://docs.conda.io/en/latest/miniconda.html

 

Miniconda — conda documentation

Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. Use the conda in

docs.conda.io

 

 

 

버전에 맞춰서 다운로드받기

 

 

Package 클릭 !

 

Continue

 

 

 

 

Continue

 

Continue

 

Agree

 

Install

 

Close

 

 

아래 명령어는 Conda가 잘 설치됐는지 확인하는 명령어입니다.

$ conda

 

아래 명령어는 설치된 conda의 버전을 확인하는 명령어입니다.

 

$ conda --version

 

 

↓↓↓ 콘다 사용법에 대해서 더 자세히 알아보아요 ↓↓↓

https://yyyeji.tistory.com/63

 

[Python] MacOS에서 Conda 사용하기

↓↓↓  콘다 설치하기 위해서는 아래 링크로 들어가주세요 ↓↓↓ https://yyyeji.tistory.com/58 [Python] MacOS에서 Conda 설치하기 Conda 란 ? ? ? Anaconda는 파이썬 개발 환경을 쉽게 구축할 수 있도록 도..

yyyeji.tistory.com

 

 

 

◡̈