🐥Poetry の注意点2020/10/13に公開2020/10/16Pythonpoetrytechインストールしたら、まず仮想環境をディレクトリ内に作るよう設定変更する。 poetry config --list poetry config virtualenvs.in-project true 仮想環境作成後は、まず pip のバージョンを上げる。 poetry run pip install -U pip setuptools Poetry の仮想環境に入っているモジュールリストが正しいか、適宜確認する。 poetry run pip list Discussion
Discussion