74 words
1 minutes
[Python]poetry 가상환경

poetry 초기 설정하기#

프로젝트 폴더 내부에 가상환경을 생성하는 config 설정

poetry config virtualenvs.in-project true poetry config virtualenvs.path "./.venv" # 인터프리터가 나오지 않을 경우 아래 명령어로 인터프리터 위치를 탐색 which python
[Python]poetry 가상환경
https://yjinheon.netlify.app/posts/01programming/python/python-poetry/
Author
Datamind
Published at
2024-06-13