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 8d9770d commit 7038fa4Copy full SHA for 7038fa4
site/en/install/source_windows.md
@@ -101,7 +101,7 @@ Run following commands before running build command to avoid issue with package
101
102
<pre class="devsite-terminal tfo-terminal-windows devsite-click-to-copy">
103
set PATH=path/to/python [e.g. (C:/Python310)]
104
-set PATH=path/to/python/Scripts [e.g. (C:/Python310/Scripts)]
+set PATH=path/to/python/Scripts # [e.g. (C:/Python310/Scripts)]
105
set PYTHON_BIN_PATH=path/to/python_virtualenv/Scripts/python.exe
106
set PYTHON_LIB_PATH=path/to/python virtualenv/lib/site-packages
107
set PYTHON_DIRECTORY=path/to/python_virtualenv/Scripts
0 commit comments