Skip to content

Commit d59833b

Browse files
committed
TF Windows Document Update
1 parent 4d7ad17 commit d59833b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

site/en/install/source_windows.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ Key Point: If you're having build problems on the latest development branch, try
9292
a release branch that is known to work.
9393

9494
## Optional: Environmental Variable Set Up
95-
Run following commands before running build command to avoid issue with package creation: 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)
95+
Run following commands before running build command to avoid issue with package creation:
96+
(If the below commands were set up while installing the packages, please ignore them). Run `set` check if all the paths were set correctly, run `echo %Environmental Variable%` e.g. `echo %BAZEL_VC%` to check path set up for a specific Environmental Variable
97+
98+
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)
9699

97100
<pre class="devsite-terminal tfo-terminal-windows devsite-click-to-copy">
98101
set PATH=path/to/python [e.g. (C:/Python310)]
@@ -102,7 +105,8 @@ set PYTHON_LIB_PATH=path/to/python virtualenv/lib/site-packages
102105
set PYTHON_DIRECTORY=path/to/python_virtualenv/Scripts
103106
</pre>
104107

105-
Bazel/MSVC path set up issue [tensorflow:issue#54578](https://github.com/tensorflow/tensorflow/issues/54578)(If the below commands were set up while installing Bazel, please ignore them)
108+
Bazel/MSVC path set up issue [tensorflow:issue#54578](https://github.com/tensorflow/tensorflow/issues/54578)
109+
106110
<pre class="devsite-terminal tfo-terminal-windows devsite-click-to-copy">
107111
set BAZEL_SH=C:/msys64/usr/bin/bash.exe
108112
set BAZEL_VS=C:/Program Files(x86)/Microsoft Visual Studio/2019/BuildTools

0 commit comments

Comments
 (0)