diff options
| author | Misty De Meo | 2014-01-27 20:45:37 -0800 |
|---|---|---|
| committer | Misty De Meo | 2014-01-27 20:46:04 -0800 |
| commit | 6896f9d1789715305877a976c50781b967b6ef66 (patch) | |
| tree | 452cd4cc63843e27f05351d02c80da851b81a9d5 /Library/Formula/python3.rb | |
| parent | fc04b6d83650d30cf2c560d6f0f860ca3d15a7f1 (diff) | |
| download | homebrew-6896f9d1789715305877a976c50781b967b6ef66.tar.bz2 | |
Revert "Add python superenv wrapper"
This reverts commit 90e22e389c539b25fe7864645bfe5e2a9ce7452f.
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 063c52e3d..b68a49627 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -67,10 +67,6 @@ class Python3 < Formula ENV['PYTHONHOME'] = nil ENV['PYTHONPATH'] = nil - # Otherwise the formula may attempt to use the python3 shim - # even though python3 isn't installed yet - ENV['PYTHON'] = 'python' - args = %W[ --prefix=#{prefix} --enable-ipv6 |
