본문 바로가기
개발인생/Python

poetry 설치

by jeje.91 2023. 3. 17.
반응형

1. 설치

$ curl -sSL https://install.python-poetry.org | python3 -

2. 환경변수 설정

$ export PATH="/Users/bellsilver7/.local/bin:$PATH"

 

3. 버전 확인

$ poetry --version
반응형

댓글