From mboxrd@z Thu Jan 1 00:00:00 1970 From: christian.babeux@efficios.com (Christian Babeux) Date: Wed, 23 Jan 2013 12:05:48 -0500 Subject: [lttng-dev] [PATCH babeltrace 1/2] Add missing shebangs to Python examples. In-Reply-To: <20130123144550.GA3952@Krystal> References: <1358898446-1622-1-git-send-email-jeremie.galarneau@efficios.com> <20130123144550.GA3952@Krystal> Message-ID: > Please compare with other lttng projects (see tools tests), where I > think we use "env" and then python. So I'm not sure which roule we want > to go, but I think this has to do with Debian not having the same > symlinks that other distros wrt python 2 and 3. I would recommend using "#!/usr/bin/env python" so it will default to the Python interpreter available on the machine. Take note that we might have issues with Python 3 interpreters if the scripts are not fully compliant. Thanks, Christian