diff options
author | Mike Frysinger <vapier@google.com> | 2020-02-08 03:38:48 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-02-10 23:30:58 -0500 |
commit | a06ab7d28b224d3400742f5e8c66f6e0e930d8ff (patch) | |
tree | 0af38382494d5fd26f8f0c340a562e1055551c9a /setup.py | |
parent | 471a7ed5f77ac6b38fc9ef60d9fff2c9924a2df8 (diff) | |
download | git-repo-a06ab7d28b224d3400742f5e8c66f6e0e930d8ff.tar.gz |
find python via env
This allows these scripts to run through the active version of the
virtualenv python when invoked via tox.
Change-Id: Ib52f475b7b20c34d62cfd179a1341da1a08a8b5c
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/253974
Reviewed-by: David Pursehouse <dpursehouse@collab.net>
Tested-by: Mike Frysinger <vapier@google.com>
(cherry picked from commit 1b117db767804856a310210c012fdd40addae66a)
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/env python |
2 | # -*- coding:utf-8 -*- | 2 | # -*- coding:utf-8 -*- |
3 | # Copyright 2019 The Android Open Source Project | 3 | # Copyright 2019 The Android Open Source Project |
4 | # | 4 | # |