Skip to content

Instantly share code, notes, and snippets.

View IanQS's full-sized avatar

Ian Quah IanQS

View GitHub Profile

Python pyenv and virtualenvwrapper setup

This document will help you set up python for development on MacOS.

Install Pyenv

Pyenv allows you to have several python versions in your machine.

brew update