laktak / extrakto

extrakto for tmux - quickly select, copy/insert/complete text without a mouse
MIT License
878 stars 45 forks source link

replace shebangs to point explicitly to python3 #45

Closed laur89 closed 3 years ago

laur89 commented 3 years ago

Debian (and Ubuntu I believe) no longer define symlink from python; could we change the shebangs in scripts to explicitly point to py3?:

#!/usr/bin/env python3

laktak commented 3 years ago

Thanks for pointing this out! I recently changed the project to require Python 3.6+