일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- architecture
- DB
- for
- DATAPATH
- python
- github
- html
- mysql
- react
- data structure
- system
- XML
- computer
- Class
- MIPS
- Linux
- while
- Pipelining
- function
- MacOS
- instruction
- php
- DoM
- Algorithm
- javascript
- CSS
- web
- control
- DS
- Java
- Today
- Total
YYYEJI
[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
◡̈
'Python' 카테고리의 다른 글
[Python] 변수의 정의와 선언 (0) | 2022.09.23 |
---|---|
[MacOS] Terminal에서 파이썬 실행 및 종료하기 (0) | 2022.09.06 |
[Python] MacOS에서 Conda 사용하기 (0) | 2022.09.02 |
[Python] 맥(macOS) 터미널에서 .py 파일 실행시키기 (0) | 2022.08.04 |
[Python] 맥(macOS)에서 파이썬 설치하기 (0) | 2022.08.04 |