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
This commit is contained in:
parent
cbe1448ad1
commit
f4f2932cb8
|
@ -31,8 +31,6 @@ OS X:
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
$ brew install python
|
$ brew install python
|
||||||
# export PATH="/usr/local/share/python:${PATH}"
|
# export PATH="/usr/local/share/python:${PATH}"
|
||||||
$ easy_install pip
|
|
||||||
$ pip install --upgrade distribute
|
|
||||||
$ pip install pygments
|
$ pip install pygments
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue