Skip to content

Instantly share code, notes, and snippets.

@MADindustries
MADindustries / set_up_python_dev_env_macos
Last active April 30, 2019 17:28
Set up a python development environment (macOS)
# THIS IS OUT OF DATE. Asdf has now succeeded pyenv and fisherman has made breaking changes to the cli commands
-------------------------------------------
# Install Homebrew (macOS package manager)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
# Install fish (A better shell)
brew install fish