From 949d5212acd2084667080befaaced9257905d5ce Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 2 Sep 2011 21:22:13 -0700 Subject: Python3: fix installation of distribute --- Library/Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') 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" -- cgit v1.2.3