Skip to content

Instantly share code, notes, and snippets.

@thesnappingdog
Created December 1, 2019 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thesnappingdog/c003414475f4a39f5d4cc6f0795a3505 to your computer and use it in GitHub Desktop.
Save thesnappingdog/c003414475f4a39f5d4cc6f0795a3505 to your computer and use it in GitHub Desktop.
Install python
# Copy paste install code from brew.sh to install Homebrew:
richardmakara$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install Python with Brew:
richardmakara$ brew install python
# Install pipenv to manage project dependencies
richardmakara$ brew install pipenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment