commit 13c857ebd5fdf8541fa214fef13d3766ac7a8ef2
parent 3b245b8fd109f4140e4ea4f924677345e16236f1
Author: finwo <finwo@pm.me>
Date: Thu, 20 Apr 2023 14:46:23 +0200
Removed python2 for gcloud-sdk, it supports 3.11 now
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/zsh/home/.zshrc b/zsh/home/.zshrc
@@ -185,12 +185,6 @@ PROMPT_COMMAND=
# }}}
# Google Cloud SDK {{{
-# Gcloud sdk doesn't support python 3.10 yet
-# Using python2 as compatibility layer
-if [ -d '/home/finwo/google-cloud-sdk' ] || [ -d '/home/finwo/Downloads/google-cloud-sdk' ]; then
- export CLOUDSDK_PYTHON=$(which python2)
-fi
-
# The next line updates PATH for the Google Cloud SDK.
if [ -f '/home/finwo/google-cloud-sdk/path.zsh.inc' ]; then
. '/home/finwo/google-cloud-sdk/path.zsh.inc'