Chromium Code Reviews| Index: setup_env.bat |
| diff --git a/setup_env.bat b/setup_env.bat |
| index 361a1bad8af1064dd1358c9346908e1032f9b720..b86cf3718991538e36672adda50348cb9d395faa 100755 |
| --- a/setup_env.bat |
| +++ b/setup_env.bat |
| @@ -1,4 +1,7 @@ |
| :: This script adds cygwin to the path |
| @echo OFF |
| -set PATH=%~dp0\bin;%PATH% |
| +set "PATH=%~dp0\bin;%PATH%" |
| +:: Make sure systems with non-depot_tools python can still find modules that |
| +:: were previously included via python_26/Lib/site-packages. |
| +set "PYTHONPATH=%~dp0\..\..\tools\python;%PYTHONPATH%" |