Skip to content

Commit 53b5a4f

Browse files
committed
Merge #16483: doc: update Python command in msvc readme
e0324c3 Updated python command in readme so it will work on systems that have both python2 and 3 installed. (Aaron Clauson) Pull request description: Trivial doc update to the msvc build readme. It updates the python command to use the `py` python launcher so that it will work where Python2 & 3 are installed and 2 is the default (the msvc generator script is incompatible with Python 2). Top commit has no ACKs. Tree-SHA512: d7028d1ce4f3132e6b03a02f07ab2464eb946b603e0d46ef5c64882f3a99283602cf61f60e0c3a9c2836767b03222c8f37a9e7bfafda329cf7083f79235b2c65
2 parents ff57fb4 + e0324c3 commit 53b5a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_msvc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The instructions below use `vcpkg` to install the dependencies.
4444
- Use Python to generate *.vcxproj from Makefile
4545

4646
```
47-
PS >python msvc-autogen.py
47+
PS >py -3 msvc-autogen.py
4848
```
4949

5050
- Build in Visual Studio.

0 commit comments

Comments
 (0)