Created
December 1, 2019 15:04
-
-
Save thesnappingdog/c003414475f4a39f5d4cc6f0795a3505 to your computer and use it in GitHub Desktop.
Install python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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