From f4f2932cb89097a0beadc8f9d568fc523a78ce76 Mon Sep 17 00:00:00 2001 From: Nikkau Date: Mon, 6 May 2013 16:19:47 +0300 Subject: [PATCH] Removing manual install of Pip and Distribute Brew automatically install Pip and Distribute. https://github.com/mxcl/homebrew/blob/master/Library/Formula/python.rb#L245-247 --- site/_posts/2012-07-01-extras.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/site/_posts/2012-07-01-extras.md b/site/_posts/2012-07-01-extras.md index 594f8acb..e5f6a227 100644 --- a/site/_posts/2012-07-01-extras.md +++ b/site/_posts/2012-07-01-extras.md @@ -31,8 +31,6 @@ OS X: {% highlight bash %} $ brew install python # export PATH="/usr/local/share/python:${PATH}" -$ easy_install pip -$ pip install --upgrade distribute $ pip install pygments {% endhighlight %}