Skip to content

Commit

Permalink
#18 Merge pull request from a-lab-nagoya/astropenguin/issue17
Browse files Browse the repository at this point in the history
Fix wrong explanation about the Poetry config in slides
  • Loading branch information
astropenguin authored Oct 6, 2023
2 parents 0c56b11 + e99f2e5 commit 9a89e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ $ brew install poetry # "This build of python ... symlinks"に遭遇したらこ
Poetryが仮想環境をプロジェクト配下に作成するように設定しておくと分かりやすい(デフォルトでは全く別の場所に作られる)。

```shell
$ poetry config virtualenvs.create true
$ poetry config virtualenvs.in-project true
```

---
Expand Down

0 comments on commit 9a89e28

Please sign in to comment.