🥮 pip
- Pip installs Python packages.
🐍 conda
- conda installs packages which may contain software written in any language.
- conda is a packaging tool and installer that aims to do more than what pip does
- conda also creates a virtual environment, like virtualenv does.
- conda 를 사용해서 별도의 가상 환경을 만들어 격리(독립공간)시키고 그 격리된 공간에서 pip를 사용해서 패키지들을 설치합니다. (물론 conda 도 anaconda.org에서 관리하는 패키지들을 설치할 수 있습니다)
- conda 같은 경우 virtualenv + pip 같은 느낌이지만 설치할 수 있는 패키지가 anaconda.org에서 관리하는 패키지로 한정된다는 제한이 있습니다.
🔅
Occasionally a package is needed which is not available as a conda package but is available on PyPI and can be installed with pip. In these cases, it makes sense to try to use both conda and pip.
🔅
Because Conda introduces a new packaging format, you cannot use pip and Conda interchangeably; pip cannot install the Conda package format. You can use the two tools side by side (by installing pip with conda install pip) but they do not interoperate either.
'OLD_달려라 > 호기심천국' 카테고리의 다른 글
노선 번호 체계 알아보기 (0) | 2021.01.30 |
---|---|
Django REST framework VS Django (0) | 2020.11.27 |
USB interface ] OHCI, UHCI, EHCI and XHCI controllers (0) | 2020.11.20 |
무료 이미지 ] 지브리 스튜디오 (0) | 2020.11.06 |
Convert *.jpg to *.png / 사진 파일 확장자 한 번에 변경하기 (0) | 2020.10.05 |
댓글