aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/python.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'coin/provisioning/common/windows/python.ps1')
-rw-r--r--coin/provisioning/common/windows/python.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/coin/provisioning/common/windows/python.ps1 b/coin/provisioning/common/windows/python.ps1
index c3eba2d8..fe75aa35 100644
--- a/coin/provisioning/common/windows/python.ps1
+++ b/coin/provisioning/common/windows/python.ps1
@@ -63,4 +63,8 @@ Add-Path "C:\Python27;C:\Python27\Scripts"
C:\Python27\python.exe -m ensurepip
# Install python virtual env
+#if ( isProxyEnabled ) {
+# echo "Using proxy with pip"
+# $pip_args = "--proxy=" + (getProxy)
+#}
C:\Python27\Scripts\pip.exe install virtualenv