[Python] MacOS에서 Conda 설치하기
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
아래 명령어는 Conda가 잘 설치됐는지 확인하는 명령어입니다.
$ conda
아래 명령어는 설치된 conda의 버전을 확인하는 명령어입니다.
$ conda --version
↓↓↓ 콘다 사용법에 대해서 더 자세히 알아보아요 ↓↓↓
[Python] MacOS에서 Conda 사용하기
↓↓↓ 콘다 설치하기 위해서는 아래 링크로 들어가주세요 ↓↓↓ https://yyyeji.tistory.com/58 [Python] MacOS에서 Conda 설치하기 Conda 란 ? ? ? Anaconda는 파이썬 개발 환경을 쉽게 구축할 수 있도록 도..
yyyeji.tistory.com
◡̈