aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-09-02 21:22:13 -0700
committerAdam Vandenberg2011-09-02 21:22:13 -0700
commit949d5212acd2084667080befaaced9257905d5ce (patch)
treec469ea631602e66c444b56910b10143b1bd3aa5e /Library
parentb7191753ce7f34be9df343c1eb53a014355cbb47 (diff)
downloadhomebrew-949d5212acd2084667080befaaced9257905d5ce.tar.bz2
Python3: fix installation of distribute
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 9bf89c8b4..78572f293 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -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"