가상환경1 [Python] Poetry 프로젝트를 진행하다보면 라이브러리 간의 의존성 문제로 인해 프로젝트 자체보다는 환경 설정에 시간을 허비하는 경우가 많다. 그래서 주로 프로젝트마다 가상환경을 만들고 그 가상환경에 프로젝트에 필요한 패키지를 설치하여 작업 공간을 분리한다. 기존에는 conda나 virtualenv를 사용했지만, poetry라는 툴을 접하게 되면서 Poetry에 대해 더 능숙하게 사용하고자 글로 정리하고자 한다. 1. poetry란? Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update.. 2023. 12. 28. 이전 1 다음