lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

Fails on systems where python2 is the default #29

Closed Zer0t3ch closed 8 years ago

Zer0t3ch commented 8 years ago

Suggest changing to first line of archey3 to:

#!/usr/bin/env python2
lclarkmichalek commented 8 years ago

Archey 3 is a python3 only program, sorry

mariusmagureanu commented 7 years ago

If you've got both python2 and python3 then it's rather easy to have it fixed:

#!/usr/bin/python3

instead of the original line:

#!/usr/bin/python