AI/Python1 [Python] pip & virtualenv / venv 가상환경 / pipvenv 1. pip란? pip documentation에 의하면, pip is the package installer for Python. You can use it to install packages from the Python Package Index and other indexes. docs 설명과 같이 pip는 'Python Package Index (PyPI, The Cheeseshop이라고 불리기도 함, Python 프로그래밍 언어를 위한 소프트웨어 리포지터리; 저장소, 쉽게 이해하자면 패키지 저장소)로부터 Python 패키지를 설치하는 도구'라고 생각하면 된다. (여기서 또 궁금증, 그러면 package(패키지)는 무엇인가? -> package(패키지)는 module(모듈)를 위한 파일들을 포함한 .. 2022. 7. 24. 이전 1 다음