diff options
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 |
