Closed Zer0t3ch closed 8 years ago
Suggest changing to first line of archey3 to:
archey3
#!/usr/bin/env python2
Archey 3 is a python3 only program, sorry
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
Suggest changing to first line of
archey3
to: