Skip to content

Instantly share code, notes, and snippets.

@ziimiin14
Created July 13, 2023 04:59
Show Gist options
  • Save ziimiin14/9b7692e0ee17969bd753665cb425e756 to your computer and use it in GitHub Desktop.
Save ziimiin14/9b7692e0ee17969bd753665cb425e756 to your computer and use it in GitHub Desktop.
zprofile for mac
eval "$(/opt/homebrew/bin/brew shellenv)"
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment