From: Mark Wong Date: Fri, 28 Jul 2017 16:50:14 +0000 (-0700) Subject: Use python2.7 from environment settings X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dad05590be6a56ba8fcccbea73f77a12a2978b37;p=pgperffarm.git Use python2.7 from environment settings --- diff --git a/client/perffarm-client.py b/client/perffarm-client.py index 263df16..1a37ede 100755 --- a/client/perffarm-client.py +++ b/client/perffarm-client.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#!/usr/bin/env python2.7 import argparse import json