Index: man/html/depot_tools_tutorial.html |
diff --git a/man/html/depot_tools_tutorial.html b/man/html/depot_tools_tutorial.html |
index d55999b03d8caa9131d936dd108c8ca53038b23b..c80a092676f7b4f39899deb0927a8fd4b4ef844b 100644 |
--- a/man/html/depot_tools_tutorial.html |
+++ b/man/html/depot_tools_tutorial.html |
@@ -898,8 +898,8 @@ extract the hidden “.git” folder which is necessary for <em>depot_to |
autoupdate itself. You can use “Extract all…” from the context menu though.</td> |
</tr></table> |
</div> |
-<div class="paragraph"><p>Add <em>depot_tools</em> to the <em>end</em> of your PATH. Assuming you unzipped the |
-bundle to <code>C:\workspace\depot_tools</code>:</p></div> |
+<div class="paragraph"><p>Add <em>depot_tools</em> to the <em>start</em> of your PATH (must be ahead of any |
+installs of Python). Assuming you unzipped the bundle to <code>C:\workspace\depot_tools</code>:</p></div> |
<div class="dlist"><dl> |
<dt class="hdlist1"> |
With Administrator access: |
@@ -917,7 +917,7 @@ Without Administrator access: |
<p> |
<strong>Control Panel → User Accounts → User Accounts → Change my environment variables</strong> |
</p> |
-<div class="paragraph"><p>Add a PATH user variable: <code>%PATH%;C:\workspace\depot_tools</code>.</p></div> |
+<div class="paragraph"><p>Add a PATH user variable: <code>C:\workspace\depot_tools;%PATH%</code>.</p></div> |
</dd> |
</dl></div> |
<div class="paragraph"><p>From a <code>cmd.exe</code> shell, run the command <code>gclient</code> (without arguments). On first |
@@ -946,10 +946,9 @@ If you see strange errors with the file system on the first run of gclient, |
</li> |
<li> |
<p> |
-If you are running Windows XP and see errors like “The system cannot execute |
- the specified program”, try installing the |
- <a href="http://code.google.com/p/chromium/issues/detail?id=75886">“Microsoft |
- Visual C++ 2008 Redistributable Package”</a>. |
+After running gclient open a command prompt and type where python and confirm that |
agable
2016/09/28 16:10:04
...and type `where python` to confirm...
brucedawson
2016/09/28 20:32:34
Done.
|
+ the depot_tools python.bat comes ahead of any copies of python.exe. Failing to ensure |
+ this can lead to overbuilding when using gn - see <a href="crbug.com/611087">crbug.com/611087</a> |
</p> |
</li> |
</ul></div> |