Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Last active August 21, 2019 19:03
Show Gist options
  • Select an option

  • Save badsyntax/67725eab04d73ba2eb81f3fa20b44e58 to your computer and use it in GitHub Desktop.

Select an option

Save badsyntax/67725eab04d73ba2eb81f3fa20b44e58 to your computer and use it in GitHub Desktop.
Setting up virtualenv on macos
brew install python
brew install python2
sudo easy_install pip
sudo pip install virtualenv
virtualenv -p python3.7 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment