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를 이용할 수 없는 경우에는 좋은 대안이 될 것 같습니다.
참고
728x90
'파이썬(Python)' 카테고리의 다른 글
[파이썬으로 살펴보는 아키텍처 패턴] 00. 도입 (0) | 2021.10.21 |
---|---|
jupyter notebook에서 저장할 때 forbidden 에러가 발생하는 경우 (0) | 2021.06.16 |
matplotlib 또는 seaborn으로 subplot에 제목 추가하기 (0) | 2021.03.16 |
url에서 원하는 파라미터 값 가져오기 (0) | 2021.03.12 |
koralas 또는 pandas 히스토그램으로 차트 그리기 (0) | 2021.03.09 |