commit | eb12e89b65d64523a41da83662b2e8a90feb04c8 | [log] [tgz] |
---|---|---|
author | Rob Mohr <mohrr@google.com> | Fri Jan 31 11:04:34 2020 -0800 |
committer | Rob Mohr <mohrr@google.com> | Fri Jan 31 11:04:34 2020 -0800 |
tree | 278047ee9dcfa69b368fa047fba0f3bd39e74090 | |
parent | e256d5edb986abb34e53f5a5d6ba2f5d5c712d8a [diff] |
Fix path for Windows On Windows 'python3.exe -m venv <name>' fails but 'python.exe -m venv <name>' is successful, so I need to copy python3.exe to python.exe and launch using python.exe. I found a couple references to this online but no canonical bug. Also because of the number of files in the mingw package it was put in CIPD inside a prefix. Adding that prefix to PATH. Bug: 107 Change-Id: Ia9eb13f2221b9cf388146666ddf204f28bf8bd73