맥 터미널을 열고 설치 curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - poetry 설치 확인 및 버전 확인 poetry --version
맥 터미널을 열고 설치
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
poetry 설치 확인 및 버전 확인
poetry --version