khamidou / lptrace

Trace any Python program, anywhere!
http://khamidou.com/lptrace/
GNU General Public License v3.0
701 stars 43 forks source link

Python version should be explicit #2

Closed cym13 closed 7 years ago

cym13 commented 7 years ago

With more and more distributions switching to python3 by default and python2 being clearly deprecated putting a little shebang

#!/bin/env python2

sounds like a reasonable thing to do. Sure it's little trouble to write an alias to python2 lptrace.py but it shouldn't be necessary.

khamidou commented 7 years ago

Great point. Fixed.