Skip to content

Commit

Permalink
Update python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfinelli committed Sep 4, 2024
1 parent f26cfe6 commit 0cfb0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/zsh/templates/zshrc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ export VULTR_API_KEY={{ zsh_vultr_api_key }}

{% if ansible_os_family == "Darwin" and mtype == "personal" %}
if [[ -f ${HOMEBREW_PREFIX}/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc ]]; then
export CLOUDSDK_PYTHON="${HOMEBREW_PREFIX}/opt/python@3.9/libexec/bin/python"
export CLOUDSDK_PYTHON="${HOMEBREW_PREFIX}/opt/python@3.11/libexec/bin/python"
source "${HOMEBREW_PREFIX}/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/path.zsh.inc"
source "${HOMEBREW_PREFIX}/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/completion.zsh.inc"
fi
Expand Down

0 comments on commit 0cfb0ca

Please sign in to comment.