diff options
| author | Adam Vandenberg | 2011-09-02 21:22:13 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-02 21:22:13 -0700 |
| commit | 949d5212acd2084667080befaaced9257905d5ce (patch) | |
| tree | c469ea631602e66c444b56910b10143b1bd3aa5e /Library | |
| parent | b7191753ce7f34be9df343c1eb53a014355cbb47 (diff) | |
| download | homebrew-949d5212acd2084667080befaaced9257905d5ce.tar.bz2 | |
Python3: fix installation of distribute
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/python3.rb | 2 |
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" |
