Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
chromium
/
tools
/
depot_tools
/
6ec8b51bc9e3b51a42838fb6e7f424eca4e79f3f
/
.
/
python-bin
/
python3
blob: 87cf0ca69e09b6629f3f4ca08ff6f3f651f4daaf [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
DEPOT_TOOLS
=
$
(
dirname
"$0"
)/..
PYTHON3_BIN_DIR
=
"$DEPOT_TOOLS/$(cat $DEPOT_TOOLS/python3_bin_reldir.txt | xargs echo)"
PATH
=
"$PYTHON3_BIN_DIR"
:
"$PYTHON3_BIN_DIR/Scripts"
:
"$PATH"
"$PYTHON3_BIN_DIR/python3"
"$@"