This commit is contained in:
fz0x1 2024-10-12 20:07:18 +02:00
parent f4a62d0f92
commit 15aee3e3fb
3 changed files with 12 additions and 12 deletions

View file

@ -4,8 +4,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
alias bug='brew upgrade'
fi
## python 3.12
#export PATH=/opt/homebrew/opt/python@3.12/libexec/bin:$PATH
## python 3.13
# export PATH=/opt/homebrew/opt/python@3.13/libexec/bin:$PATH
## python 3.11
export PATH=/opt/homebrew/opt/python@3.11/libexec/bin:$PATH
## docker on apple silicon