Closed3
PythonとPoetryを利用した環境構築

Pythonのインストール。とりあえずpyenv等で複数バージョン管理はしない。

Windows11での構築を行う。
power shellにて以下実行。
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python -

UnicodeDecodeErrorが発生(Windows環境)
エラー発生時に表示できないためエラー。
chcp
現在のコード ページ: 932
chcp 65001
Active code page: 65001
このスクラップは2022/10/28にクローズされました