Skip to content

Commit d179d70

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

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
@@ -100,7 +100,7 @@ Run following commands before running build command to avoid issue with package
100100
Python path set up issue [tensorflow:issue#59943](https://github.com/tensorflow/tensorflow/issues/59943),[tensorflow:issue#9436](https://github.com/tensorflow/tensorflow/issues/9436),[tensorflow:issue#60083](https://github.com/tensorflow/tensorflow/issues/60083)
101101

102102
<pre class="devsite-terminal tfo-terminal-windows devsite-click-to-copy">
103-
set PATH=path/to/python [e.g. (C:/Python310)]
103+
set PATH=path/to/python # [e.g. (C:/Python310)]
104104
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

0 commit comments

Comments
 (0)