diff --git a/venv.ps1 b/venv.ps1 index e84822309..635a1c59c 100644 --- a/venv.ps1 +++ b/venv.ps1 @@ -1,7 +1,7 @@ param ( [string]$python = $(throw "-python is required."), [string]$install_mode = $(throw "-install_mode is required."), - [string]$pip_date + [string]$pip_date, [string]$compiler )