From 44382e1241809f644aebf67bc5d1f3f8393af5d9 Mon Sep 17 00:00:00 2001 From: Nestor Diaz Date: Mon, 29 Dec 2014 08:45:48 -0500 Subject: [PATCH] Update setup.py Call python interpreter from the environment, useful when using a newly one created from a virtualenv. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b17ea1..045931c 100755 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (C) 2013 Umea Universitet, Sweden #