use env in shebang

pull/19/head
Daniel Maslowski 2020-05-14 00:55:51 +02:00
parent 8beca5922b
commit f46864899e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/env python3
try:
import readline
except ImportError: