파이썬(Python)

anaconda 유료화에 따른 대안으로 miniconda를 이용하자.

leebaro 2021. 4. 12.
728x90

앞에서 언급한 포스팅에서 anaconda가 유료화 된 것을 말씀드렸습니다.

 

그럼 현재 anaconda를 사용하고 있고, 유료로 써야하는 조건에 해당한다면 아래와 같은 방법을 이용해야합니다.

 

 

miniconda를 이용하자

docs.conda.io/en/latest/miniconda.html

 

Miniconda — Conda documentation

Miniconda 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 th

docs.conda.io

미니콘다는 아나콘다와 유사하지만 다른점이 있습니다.

 

아나콘다는 많이 사용하는 패키지들이 미리 설치되어 있다면, 미니콘다는 최소한의 패키지만 설치돼 있고, 필요한 패키지를 추가로 설치해야 합니다.

 

불편을 감수하더라도, 유료로 anaconda를 이용할 수 없는 경우에는 좋은 대안이 될 것 같습니다.

 

 


참고

docs.conda.io/en/latest/miniconda.html

728x90