Files
impala/bin/impala-python
Shiraz Ali 08eff2bc09 Revert "Add Kudu test helpers"
This reverts commit 9248dcb70478b8f93f022893776a0960f45fdc28.
2016-05-20 08:46:00 -07:00

6 lines
147 B
Bash
Executable File

#!/bin/bash
set -eu -o pipefail
PY_DIR=$(dirname "$0")/../infra/python
python "$PY_DIR/bootstrap_virtualenv.py"
exec "$PY_DIR/env/bin/python" "$@"