commit | 1b117db767804856a310210c012fdd40addae66a | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Sat Feb 08 03:38:48 2020 -0500 |
committer | Mike Frysinger <vapier@google.com> | Sun Feb 09 04:02:45 2020 +0000 |
tree | 1985f9eb97fc95c7b486e6b91f60f4f7dc2d1fc3 | |
parent | 563f1a651298eaa3616f92c3cd7b264fe5442379 [diff] [blame] |
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>
diff --git a/setup.py b/setup.py index e48aa30..f4d7728 100755 --- a/setup.py +++ b/setup.py
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding:utf-8 -*- # Copyright 2019 The Android Open Source Project #