아나콘다를 설치하면 많은 라이브러리들이 함께 설치된다.
url혹은 보유한 exe파일을 실행해 설치하자.
https://www.anaconda.com/data-science-platform
Platform | Anaconda
Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.
www.anaconda.com

아나콘다 실행

파이썬 설치정보확인
conda search python


현재 환경에서 사용중인 python 버전확인
python --version

'인공지능 > PYTHON' 카테고리의 다른 글
| Streamlit이란? (0) | 2026.05.08 |
|---|---|
| Python 파이썬에는 @st.cache_data와 @st.cache_resource: 왜 데이터와 리소스는 나누서 기억하는걸까? (0) | 2026.05.08 |
| Python 파이썬 모듈과 Wheel의 차이 (0) | 2026.05.07 |
| pip install build: dist 파일 안생길때 (0) | 2026.05.07 |
| TypeError: D.spam() missing 1 required positional argument: 'y' : feat. 정적 메소드(Static Method)와 인스턴스 메소드(Instance Method) (0) | 2026.05.06 |