pythonpoetryPoetry이 페이지에서Poetry설치 https://python-poetry.org/docs/#installing-with-the-official-installer curl -sSL https://install.python-poetry.org | python3 - .zshrcexport PATH=$HOME/.local/bin:$PATH poetry self update curl -sSL https://install.python-poetry.org | python3 - --uninstall Virtualenv poetry config virtualenvs.in-project true 위 설정을 사용하면 프로젝트 안에 .venv 디렉토리에 가상환경이 생성됩니다. 생성