win10安装depot_tools

装了半天,吐血了,记录下来希望能帮到点进来看的大家

https://commondatastorage.googleapis.com/chrome-infra-docs/flat/depot_tools/docs/html/depot_tools_tutorial.html#_setting_up

在这里下载depot_tools包,根据步骤,记得加入环境变量

 C:\workspace\depot_tools(假设你把包在C:\下解压)

然后执行以下步骤:

然后使用python2 在cmd.exe中执行以下指令,必须要在python2呀 不然很多语句不兼容

set DEPOT_TOOLS_WIN_TOOLCHAIN = 0

set https_proxy=http://localhost:1080

gclient

 

OK

你可能感兴趣的:(win10安装depot_tools)