public_notes/content/20231129211719 poetry.md

14 lines
No EOL
547 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 20231129211719 poetry
#tech #python
PoetryはPythonのパッケージマネージャの一つ。
インストールしたら、
```
$ poetry config virtualenvs.in-project true
```
を実行するのをわすれないで!!(何回も忘れた)
## Refs.
- [Poetryをサクッと使い始めてみる #Python - Qiita](https://qiita.com/ksato9700/items/b893cf1db83605898d8a)
- [pyenv+PoetryでのPython環境構築方法を覚えられない人のための手順書 #Python - Qiita](https://qiita.com/Ryku/items/512a6744bfa9903bf2dd)