poetry 제거

김도오·2021년 3월 10일
0

1. get-poetry.py download

https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py

여기 링크 들어가서 get-poetry.py 파일을 만드세요!

2. command 입력

python get-poetry.py --uninstall

커맨드에 입력하면 poetry 제거가 완료 됩니다.

그리고

다시 재설치 하시면 되요

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

poetry --self update 하다가

error

Looking in links: /tmp/tmpfyhkwsq7
Requirement already satisfied: setuptools in /home/kimdooh/.pyenv/versions/3.7.5/envs/volvo-env/lib/python3.7/site-packages (41.2.0)
Requirement already satisfied: pip in /home/kimdooh/.pyenv/versions/3.7.5/envs/volvo-env/lib/python3.7/site-packages (19.2.3)

에러나면 다시 지우고 다시 설치 하는게 좋은것 같아요

0개의 댓글