laset-com / speedtest

MIT License
62 stars 26 forks source link

Python3 support? #4

Closed vaisest closed 4 months ago

vaisest commented 3 years ago

The script doesn't seem to work with Python3 properly.

The script gets launched with the python command, which is starting to default to Python 3 instead of Python 2 on newer operating systems, since Python 2 is EOL after all. And since the script already installs Python 2, it should probably use /usr/bin/env python2 instead.