Python3: fix installation of distribute
This commit is contained in:
parent
6958b2db98
commit
348b2fb487
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue