diff options
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index d09cb3f8b..4fbae4083 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -66,6 +66,7 @@ class Python3 < Formula # Unset these so that installing pip and setuptools puts them where we want # and not into some other Python the user has installed. ENV['PYTHONHOME'] = nil + ENV['PYTHONPATH'] = nil args = %W[ --prefix=#{prefix} |
