From ab93b455d28a5710b3ca0fbc32cf2f4549fd4e4c Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Tue, 16 Apr 2024 16:26:19 +0100 Subject: [PATCH] path --- deps-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps-debian.sh b/deps-debian.sh index 18482da648..5f257cd736 100644 --- a/deps-debian.sh +++ b/deps-debian.sh @@ -10,8 +10,8 @@ apt-get install -q -y --no-install-recommends autoconf dpkg-dev gcc g++ make lib # NOTE: using mise because bullseye elixir version is too old curl https://mise.run | sh -PATH="~/.local/share/mise/shims:$PATH" -echo 'export PATH="~/.local/share/mise/shims:$PATH"' >> ~/.bash_profile +PATH="~/.local/share/mise/shims:~/.local/bin/:$PATH" +echo 'export PATH="~/.local/share/mise/shims:~/.local/bin/:$PATH"' >> ~/.bash_profile mise plugin-add erlang mise plugin-add elixir mise plugin-add just