From 483975480efb4de2cddd7ef1649946281e6ca973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B8rre=20Gaup?= Date: Fri, 4 Oct 2024 12:01:21 +0200 Subject: [PATCH] Better way of ensuring that pipx works --- infra/GettingStartedUsingHomebrew.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/GettingStartedUsingHomebrew.md b/infra/GettingStartedUsingHomebrew.md index 53cf252..b04b8f0 100644 --- a/infra/GettingStartedUsingHomebrew.md +++ b/infra/GettingStartedUsingHomebrew.md @@ -18,7 +18,8 @@ Then: 1. `brew install autoconf automake gawk git-lfs icu4c pkg-config python3 saxon subversion pyyaml openssl@3 pipx` -1. NB! Note the **output** from icu4c, gawk and pipx installations. Do **follow** the instructions on how to add them to the path in your shell environment. +1. NB! Note the **output** from icu4c and gawk installations. Do **follow** the instructions on how to add them to the path in your shell environment. +1. `pipx ensurepath` 1. Restart Terminal (Cmd+Q) And to ensure that accented letters are properly handled by git on macOS, run the following (may require a relatively new `git` version, tested with `2.40.0`):