| #!/bin/sh | |
| # Copyright 2017 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| set -eu | |
| readonly rootdir=$(cd "$(dirname "$(readlink -f "$0")")/.."; pwd) | |
| export PYTHONPATH=$rootdir/venv | |
| exec vpython -vpython-spec "$rootdir/.vpython" "$@" |