 Chromium Code Reviews
 Chromium Code Reviews Issue 1205873002:
  Re-land: Added virtualenv for depot_tools  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
    
  
    Issue 1205873002:
  Re-land: Added virtualenv for depot_tools  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools| Index: update_depot_tools | 
| diff --git a/update_depot_tools b/update_depot_tools | 
| index 8528b8bab511e07099a54542c43aac3e58b1f508..12b51edead6c282500940bce090cc2391daaefd8 100755 | 
| --- a/update_depot_tools | 
| +++ b/update_depot_tools | 
| @@ -153,3 +153,7 @@ then | 
| fi | 
| find "$base_dir" -iname "*.pyc" -exec rm {} \; | 
| + | 
| +# Initialize/update virtualenv. | 
| +cd $base_dir | 
| +python -u ./bootstrap/bootstrap.py --deps_file bootstrap/deps.pyl --quiet ENV |