본문 바로가기

코딩테스트 연습/Python

MacOS Python Poetry 설치하는 방법

반응형

https://python-poetry.org/

 

Poetry - Python dependency management and packaging made easy

Dependency resolver Poetry comes with an exhaustive dependency resolver, which will always find a solution if it exists. And get a detailed explanation if no solution exists. Isolation Poetry either uses your configured virtualenvs or creates its own to al

python-poetry.org

 

이 페이지의 installation으로 가면 된다.

 

 

 

참고로 나는 맥북 에어 M2에 설치하였다.

pipx 방법이 첫번째로 있어서, 이게 권장하는 방법이겠거니하고 도전해봤다. 혹시나 pipx 설치를 하지 않았다면, 먼저 Homebrew 설치 후에 아래 명령어를 입력하면 된다.

brew install pipx

 

 

그럼 아래와 같이 설치가 된다.

반응형