Skip to content

Commit 7038fa4

Browse files
mraunakMarkDaoust
andauthored
Update site/en/install/source_windows.md
Co-authored-by: Mark Daoust <[email protected]>
1 parent 8d9770d commit 7038fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/install/source_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Run following commands before running build command to avoid issue with package
101101

102102
<pre class="devsite-terminal tfo-terminal-windows devsite-click-to-copy">
103103
set PATH=path/to/python [e.g. (C:/Python310)]
104-
set PATH=path/to/python/Scripts [e.g. (C:/Python310/Scripts)]
104+
set PATH=path/to/python/Scripts # [e.g. (C:/Python310/Scripts)]
105105
set PYTHON_BIN_PATH=path/to/python_virtualenv/Scripts/python.exe
106106
set PYTHON_LIB_PATH=path/to/python virtualenv/lib/site-packages
107107
set PYTHON_DIRECTORY=path/to/python_virtualenv/Scripts

0 commit comments

Comments
 (0)