[Python]Poetry 설치 방법(Window)

2023. 1. 15. 14:43·Development/Python

1. Window Powershell 에서 아래 명령어를 입력하여 Poetry 설치

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -

 

2. 시스템 환경 변수 편집에서 Path 추가

환경 변수 클릭
시스템 변수 중 Path 선택 후 편집
새로 만들기로 Path 새로 생성하기

3. poetry 명령어를 입력했을 때 올바르게 작동하는지 확인

poetry --version

 

※ 참고 : https://python-poetry.org/docs/#installing-with-the-official-installer

 

Introduction | Documentation | Poetry - Python dependency management and packaging made easy

If you installed using the deprecated get-poetry.py script, you should remove the path it uses manually, e.g. rm -rf "${POETRY_HOME:-~/.poetry}" Also remove ~/.poetry/bin from your $PATH in your shell configuration, if it is present.

python-poetry.org

 

728x90
저작자표시 비영리 변경금지 (새창열림)

'Development > Python' 카테고리의 다른 글

[Python]ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.26' not found  (0) 2022.12.26
[Python]requirements.txt로 패키지 관리하기  (0) 2022.11.09
[Python]TypeError: image must be numpy array type(Resnet)  (0) 2022.10.27
[Python]ImportError: cannot import name 'Concatenate' from 'typing_extensions'  (0) 2022.10.26
'Development/Python' 카테고리의 다른 글
  • [Python]ImportError: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.26' not found
  • [Python]requirements.txt로 패키지 관리하기
  • [Python]TypeError: image must be numpy array type(Resnet)
  • [Python]ImportError: cannot import name 'Concatenate' from 'typing_extensions'
iihye_
iihye_
  • iihye_
    hye-log
    iihye_
    • 분류 전체보기 (298)
      • Development (21)
        • Java (5)
        • Python (5)
        • React (4)
        • Next.js (1)
        • JavaScript (5)
        • CSS (1)
      • Infra (15)
        • Docker (1)
        • Jenkins (2)
        • Nginx (3)
        • JBoss (1)
        • Windows (3)
        • Linux (3)
        • Kafka (2)
      • Database (1)
        • MongoDB (1)
      • Tools (2)
        • Git (0)
        • Github (1)
        • Document (1)
      • CodingTest (125)
        • Programmers (38)
        • Baekjoon (52)
        • SWEA (27)
        • Jungol (4)
        • Codetree (1)
        • Goorm (3)
      • Education (99)
        • SSAFY 10기 (5)
        • AI Tech 4기 (94)
      • NomadCoder (35)
        • (JS)크롬 앱 만들기 (35)
      • Notice (0)
  • 링크

    • Github
  • 인기 글

  • 최근 글

  • 전체
    오늘
    어제
  • hELLO· Designed By정상우.v4.10.5
iihye_
[Python]Poetry 설치 방법(Window)
상단으로

티스토리툴바