Skip to content

Instantly share code, notes, and snippets.

@sschipke
Created February 2, 2022 20:26
Show Gist options
  • Save sschipke/0eade543ce143c60ac48528c7cd27883 to your computer and use it in GitHub Desktop.
Save sschipke/0eade543ce143c60ac48528c7cd27883 to your computer and use it in GitHub Desktop.
Pyenv Setup

Install pyenv: brew install pyenv

Create a .zprofile file (if not created). Add the following: eval "$(pyenv init --path)"

Install version: `pyenv install

See versions: pyenv versions

Set global: pyenv global <version>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment