From: Ralf Jung Date: Thu, 18 Jun 2015 11:01:22 +0000 (+0200) Subject: look for python in the PATH X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/f34c221547f429f23feedf3dc58344a9292c0e18 look for python in the PATH --- diff --git a/pycco-rs b/pycco-rs index bfb731c..7ac0b89 100755 --- a/pycco-rs +++ b/pycco-rs @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # A little wrapper around pycco, to add Rust support. import pycco, pycco_resources from pygments import lexers, formatters