Skip to content

Commit 4246dca

Browse files
committed
windowsperf_sampling_cpython_spe: fix path to python_d.exe
1 parent 7be2b07 commit 4246dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learning-paths/laptops-and-desktops/windowsperf_sampling_cpython_spe/windowsperf_sampling_cpython_spe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ The folder `cpython\PCbuild\arm64` should contain all the executables built in t
180180
On your Windows ARM64 machine, open a command prompt and run:
181181

182182
```console
183-
cd LearningPath\PCbuild\arm64
183+
cd c:\path\to\cpython\PCbuild\arm64
184184
python_d.exe
185185
```
186186
You should see CPython being invoked in interactive mode:

0 commit comments

Comments
 (0)