개발
[ 파이썬 Poetry] 파이썬 패키지 관리 Poetry 설치 에러
척백
2022. 2. 16. 22:56
Poetry를 설치하려
공식 홈페이지의 쉘 코드를 복사했는데
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -
또 기적 같이 에러가 난다!
해결방법:
CMD 가 아닌 윈도우 파워쉘 명령어였고 ^^
파워쉘에 입력하니 정상적으로 설치가 되고 있다.
반응형