Skip to content

Instantly share code, notes, and snippets.

View recto's full-sized avatar

Itsuo recto

  • Sunnyvale, CA
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@recto
recto / PythonVirtualenvMac.md
Last active November 9, 2021 09:41
Python 2 and 3 setup with virtualenv on Mac OS X

Python Installation

You can install the latest python 2 and python 3 by homebrew.

  • Python 2 Installation
brew install python
  • Python 3 Installation