!/python

miniconda 다운로드 (macOS)

miya 2023. 3. 8. 15:25

* 다운로드 사이트

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

 

자신에 맞는 것 설치 (예: Miniconda3 macOS Intel x86 64-bit bash

 

* Bash 설치한 경우 :

 

터미널에서 (다운로드한 위치) 다음을 실행 : bash (다운받은파일) 

 ~ % bash Miniconda 3_macOS_Intel_x86_64-bit_bash 

 

(다운로드 시작) - (enter) - q (enter) - yes (enter) - enter

 

다운로드 완료 후 새로운 터미널에서

 ~ % conda -V 

실행 했을 때 잘 나오면 설치 성공 ~!