fix path stuff for macos

This commit is contained in:
JesseBot 2025-02-19 12:10:36 +01:00
parent 9c54948744
commit 83d617307c
No known key found for this signature in database

View file

@ -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