powershell에서 poetry env 삭제

sshinohs·2022년 12월 15일
0

poetry env가 설치된 경로 powershell 변수로 저장

$POETRY_LOCATION = `poetry env info -p`

poetry env 삭제

rm $POETRY_LOCATION -r -fo
profile
sshinohs

0개의 댓글