]> git.ozlabs.org Git - patchwork/commitdiff
Always use #!/usr/bin/env python
authorDamien Lespiau <damien.lespiau@intel.com>
Sat, 15 Nov 2014 01:58:25 +0000 (01:58 +0000)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 22 Mar 2015 13:10:16 +0000 (21:10 +0800)
Hardcoding the path to the python binary breaks virtualenv. virtualenv
creates a special python binary in the path, and specifically using
/usr/bin/python breaks that.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found