Skip to content

Commit

Permalink
Remove CLOUDSDK_PYTHON variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsk committed Apr 2, 2024
1 parent 4926fd5 commit 9921b79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zsh/rc/path.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ export PATH="$HOME/.poetry/bin:$PATH"
export PATH="$HOME/.nodenv/bin:$PATH"
eval "$(nodenv init -)"

# gcloud required python2
export CLOUDSDK_PYTHON=/Users/$USER/.pyenv/versions/2.7.15/bin/python2

# imagemagick
export PATH="/usr/local/opt/imagemagick@6/bin:$PATH"

Expand Down

0 comments on commit 9921b79

Please sign in to comment.