mirror of
https://github.com/gosticks/brew.git
synced 2026-08-16 06:30:23 +00:00
@@ -172,6 +172,7 @@ module Language
|
||||
wanted = pythons.select { |py| needs_python?(py) }
|
||||
raise FormulaAmbiguousPythonError, self if wanted.size > 1
|
||||
|
||||
python = wanted.first
|
||||
python = "python3" if python == "python"
|
||||
end
|
||||
venv = virtualenv_create(libexec, python.delete("@"))
|
||||
|
||||
Reference in New Issue
Block a user