From e3699c5a6fe299e94510a34d2af80e5526461f86 Mon Sep 17 00:00:00 2001 From: Heikki Halmet Date: Mon, 16 Apr 2018 09:19:26 +0300 Subject: Add missing sw versions to versions.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifa12b6c6308e4ad73989e7e935061f77ae1823e2 Reviewed-by: Tony Sarajärvi --- coin/provisioning/common/windows/python.ps1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coin/provisioning/common/windows/python.ps1') diff --git a/coin/provisioning/common/windows/python.ps1 b/coin/provisioning/common/windows/python.ps1 index ae9cbbbd..28881d58 100644 --- a/coin/provisioning/common/windows/python.ps1 +++ b/coin/provisioning/common/windows/python.ps1 @@ -69,3 +69,5 @@ Run-Executable "C:\Python27\python.exe" "-m ensurepip" # $pip_args = "--proxy=" + (getProxy) #} Run-Executable "C:\Python27\Scripts\pip.exe" "install virtualenv" + +Write-Output "Python = $version" >> ~/versions.txt -- cgit v1.2.3