Skip to content

Commit 88b804b

Browse files
authored
Merge pull request #32007 from apple/martinboehme-patch-1
Make note on `PYTHON_EXECUTABLE` more prominent in WindowsBuild.md
2 parents e6bcc15 + 15ea3fe commit 88b804b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/WindowsBuild.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The command above already installs Python 2 and 3. Alternatively, in the Visual
3232

3333
1. Install *Python 2*, either the 32-bit version (C:\Python27\\) or the 64-bit version (C:\Python27amd64\\)
3434

35-
> If you install the 64-bit version only, you will need to adjust `PYTHON_EXECUTABLE` below to `C:\Python27amd64\python.exe`
35+
**Note:** If you install the 64-bit version only, you will need to adjust `PYTHON_EXECUTABLE` below to `C:\Python27amd64\python.exe`
3636

3737
2. Install *Python 3 64 bits (3.7.x)*
3838

@@ -150,6 +150,9 @@ cmake -B "S:\b\toolchain" ^
150150
ninja -C S:\b\toolchain
151151
```
152152

153+
**Note:** If you installed only the 64-bit version of Python, you will need to adjust `PYTHON_EXECUTABLE` argument to `C:\Python27amd64\python.exe`
154+
155+
153156
## Running Swift tests on Windows
154157

155158
```cmd

0 commit comments

Comments
 (0)