Skip to content

Instantly share code, notes, and snippets.

Install Homebrew on Mac

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install pyenv to Manage Your Python Versions

brew install pyenv

Use pyenv to Install Python or Update Your Python Version

@hlombroso
hlombroso / homebrew-permissions-issue.md
Created May 16, 2022 06:14 — forked from irazasyed/homebrew-permissions-issue.md
Homebrew: Permissions Denied Issue Fix (OS X / macOS)

Homebrew Permissions Denied Issues Solution

sudo chown -R $(whoami) $(brew --prefix)/*