pindexis / qfc

Quick Command-line File Completion
MIT License
574 stars 23 forks source link

Replace "env python" by "env python2/3" #20

Open dertuxmalwieder opened 9 years ago

dertuxmalwieder commented 9 years ago

While the Python binaries are in most cases available as "python2" or "python3", OSX and BSD systems (and probably some Linuxes too) don't link "python2" or "python3" to "python" automatically. You might consider to consider that.

Another advantage of that would be that you could stop supporting the deprecated Python2 line. :-)