From f34c221547f429f23feedf3dc58344a9292c0e18 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Thu, 18 Jun 2015 13:01:22 +0200 Subject: [PATCH] look for python in the PATH --- pycco-rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2