 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: bootstrap/virtualenv/virtualenv_embedded/distutils.cfg | 
| diff --git a/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg b/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..1af230ec911a5d31aa8c4bed50bff2e8e1af8512 | 
| --- /dev/null | 
| +++ b/bootstrap/virtualenv/virtualenv_embedded/distutils.cfg | 
| @@ -0,0 +1,6 @@ | 
| +# This is a config file local to this virtualenv installation | 
| +# You may include options that will be used by all distutils commands, | 
| +# and by easy_install. For instance: | 
| +# | 
| +# [easy_install] | 
| +# find_links = http://mylocalsite |