From 6a8fb3412f38bcd5dd480eeaa77b7a1841e3c8ec Mon Sep 17 00:00:00 2001 From: "Kaz Saita(raspi5)" Date: Thu, 18 Apr 2024 14:00:08 +0900 Subject: [PATCH] sync notes(auto) --- content/20231129211719 poetry.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/20231129211719 poetry.md b/content/20231129211719 poetry.md index 403dd9b..60e3cbd 100644 --- a/content/20231129211719 poetry.md +++ b/content/20231129211719 poetry.md @@ -2,6 +2,11 @@ #tech #python PoetryはPythonのパッケージマネージャの一つ。 +インストールは debian系であれば +```bash +curl -sSL https://install.python-poetry.org | python3 - +``` + インストールしたら、 ``` $ poetry config virtualenvs.in-project true