From 209d9e8a6eaad3b554f825dbefbfa7e37e20e006 Mon Sep 17 00:00:00 2001 From: Tim D. Smith Date: Fri, 29 Jul 2016 08:45:26 -0700 Subject: Refurbish args in virtualenv (#600) Instead of adding additional lines to formula.rb: https://git.io/vKxxh just turn on argument refurbishment for any formula that creates a virtualenv. cf Homebrew/ruby-macho#50, Homebrew/homebrew-core#1663--- Library/Homebrew/language/python.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/language/python.rb') diff --git a/Library/Homebrew/language/python.rb b/Library/Homebrew/language/python.rb index 3abe77ead..53aae2eb4 100644 --- a/Library/Homebrew/language/python.rb +++ b/Library/Homebrew/language/python.rb @@ -119,6 +119,7 @@ module Language # @param formula [Formula] the active Formula # @return [Virtualenv] a {Virtualenv} instance def virtualenv_create(venv_root, python = "python", formula = self) + ENV.refurbish_args venv = Virtualenv.new formula, venv_root, python venv.create venv -- cgit v1.2.3