-
poetryToday_I_Learned/Python 2024. 6. 4. 09:48
환경
ubuntuy 20.04
python3.8
설치
curl -sSL https://install.python-poetry.org | python3 -
poetry 경로 환경 변수에 추가
export PATH=$PATH:$HOME/{poetry_path}
필자의 경우 poetry 설치 경로는 .local/bin/poetry
'Today_I_Learned > Python' 카테고리의 다른 글
[Ubuntu16.04][Python3] Python3 버전 복구 (0) 2023.12.01 [사용법] virtualenvwrapper (2) 2023.11.21 List 정렬 기준, iterable객체의 요소가 iterable 일 때 (0) 2023.11.01 class method vs. static method (1) 2023.09.26 이터레이터 iterator (0) 2023.09.17