Python

37. python 미니콘다 설치하기

ITSEONG 2022. 11. 16. 16:26

미니콘다는 아나콘다보다 적은용량으로 많은 용량이 부담스럽거나 아나콘다의 많은 기능들을 쓰지 않을때 쓰기에 좋은 대체안이다.

 

설치

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

위의 사이트에서 해주면된다.

최신버전을 설치하거나 버전별로 설치를 하면된다.

 

최신 버전을 설치 해주도록 하겠다. window 64bit를 설치한다.

 

 Select Installation Type -> Just Me 로 선택

1. ADD Miniconda3 to my PATH enviroment variable 은 체크 해제

2. 다른 파이썬 버전을 사용하지 않고 python 3.9버전을 사용한다면 체크를 한다. 아니면 해제

 

환경변수 설정 

파일탐색기 -> 내PC 속성 -> 고급시스템설정 -> 환경변수 

미니콘다. 위치 주소를 넣어준다.

C:\Users\$user\miniconda3
C:\Users\$user\miniconda3\Scripts
C:\Users\$user\miniconda3\Library\bin

이리하고 cmd에 conda를 입력하면 실행이 된다.

반응형