728x90
poetry install
-
[python] poetry install , 설정Programming/Python 2023. 4. 28. 09:55
install poetry Linux, MaxOS, Windows(WSL) curl -sSL https://install.python-poetry.org | python3 - 블로그에 복사 방지를 해놔서 명령어를 txt에 파일에 적어서 첨부했습니다~ Windows (Powershell) (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py - 저는 윈도우를 사용중인데 Powershell 명령어를 사용해서 설치했습니다. poetry 설치 경로 - Unix $HOME/.local/bin - Windows %APPDATA%\Python\Scripts 환경 변수 추가 다운로드 받은 poetry를 cmd에서 ..