We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90ce12 commit 9fd7936Copy full SHA for 9fd7936
README.md
@@ -81,7 +81,8 @@ export npm_config_python=/path/to/executable/python
81
Or on Windows:
82
```console
83
py --list-paths # To see the installed Python versions
84
-set npm_config_python=C:\path\to\python.exe
+set npm_config_python=C:\path\to\python.exe # CMD
85
+$Env:npm_config_python="C:\path\to\python.exe" # PowerShell
86
```
87
88
3. If the `PYTHON` environment variable is set to the path of a Python executable,
0 commit comments