Skip to content

Instantly share code, notes, and snippets.

@balupton
Created August 10, 2011 02:31
Show Gist options
  • Save balupton/1135948 to your computer and use it in GitHub Desktop.
Save balupton/1135948 to your computer and use it in GitHub Desktop.
Installing Python, Easy Install, PIP, VirtualEnv, Mercurial, on Mac OSX

This readme will install python, easy_install, pip, virtualenv, and mercurial on Mac OSX. The only pre-requisite is a Homebrew installation.

  1. Install python, distribute and easy_install
brew install python
  1. Follow the brew instructions for setting up your path

  2. Install standard requirements

easy_install pip
pip install virtualenv
pip install Mercurial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment