mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fix path stuff for macos
This commit is contained in:
parent
9c54948744
commit
83d617307c
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
# just to make sure we always source .bashrc
|
# just to make sure we always source .bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
export PATH="/opt/homebrew/sbin:$PATH"
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue