From 020963e7a81bbacabeee8c270a09d1469d519e86 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sun, 14 Jan 2024 12:58:50 +0100 Subject: [PATCH] autopushed --- install poetry.md | 5 +++++ journal/2024-01-14.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 install poetry.md diff --git a/install poetry.md b/install poetry.md new file mode 100644 index 000000000..4d344155d --- /dev/null +++ b/install poetry.md @@ -0,0 +1,5 @@ +- #go https://python-poetry.org/docs/ + - with [[pipx]]: + - `pipx install poetry` + - without: + - `curl -sSL https://install.python-poetry.org | python3 -` diff --git a/journal/2024-01-14.md b/journal/2024-01-14.md index cad34a89a..3526da048 100644 --- a/journal/2024-01-14.md +++ b/journal/2024-01-14.md @@ -2,4 +2,4 @@ - This year I'd like to explore the [[Jhanas]] more. - I picked up [[Leigh Brasington]]'s [[Right Concentration]] again. - I upgraded [[ubuntu]] and that somehow broke [[poetry]]. - - -> [[install poetry]] + - -> [[install poetry]] fixed it