You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
199 B
Plaintext
8 lines
199 B
Plaintext
4 years ago
|
#!/usr/bin/env bash
|
||
|
|
||
|
DEPOT_TOOLS=$(dirname "$0")/..
|
||
|
|
||
|
PYTHON_BIN_DIR="$DEPOT_TOOLS/$(cat $DEPOT_TOOLS/python_bin_reldir.txt | xargs echo)"
|
||
|
PATH="$PYTHON_BIN_DIR":"$PATH"
|
||
|
"$PYTHON_BIN_DIR/python" "$@"
|