aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/python3.rb')
-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"