Python3: fix installation of distribute

This commit is contained in:
Adam Vandenberg 2011-09-02 21:22:13 -07:00
parent 6958b2db98
commit 348b2fb487

View file

@ -93,7 +93,7 @@ class Python3 < Formula
# $ pip install --upgrade distribute
# to get newer versions of distribute outside of Homebrew.
Distribute.new.brew do
system "#{bin}/python3", "setup.py", "install"
system "#{bin}/python3.2", "setup.py", "install"
# Symlink to easy_install3 to match python3 command.
ln_s "#{scripts_folder}/easy_install", "#{scripts_folder}/easy_install3"