From 83d617307c1fe4298bcb9a9256eac63c78daa367 Mon Sep 17 00:00:00 2001 From: jessebot Date: Wed, 19 Feb 2025 12:10:36 +0100 Subject: [PATCH] fix path stuff for macos --- .bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.bash_profile b/.bash_profile index ee63123..698d66b 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,11 @@ # just to make sure we always source .bashrc source ~/.bashrc export PATH="/opt/homebrew/sbin:$PATH" +export XDG_DATA_HOME="$HOME/.local/share" +export PYTHONUSERBASE=$XDG_DATA_HOME/python +export PATH="$PYTHONUSERBASE/bin:$PATH" +export PATH=/opt/homebrew/bin:$PATH +export XDG_DATA_HOME="$HOME/.local/share" +export PYTHONUSERBASE=$XDG_DATA_HOME/python +export PATH="$PYTHONUSERBASE/bin:$PATH" +export PATH=/opt/homebrew/bin:$PATH