nicolargo / glancesautoinstall

Glances Auto Install script
MIT License
60 stars 42 forks source link

Python3 #22

Closed Djabx closed 7 years ago

Djabx commented 7 years ago

Is there any reason why not using python3 by default (via pip3 on ubuntu) ?

nicolargo commented 7 years ago

Because Python 2.7 is the default Python version for Ubuntu 16.04 Long Time Support.

The glancesautoinstall script will be update for the next LTS version (Ubuntu 18.04 LTS).

Birne94 commented 6 years ago

zeroconf which is used for service discovery has recently removed support for python 2. You might want to consider upgrading this script to Python 3. If I am not mistaken, python 3.5 should come preinstalled on Ubuntu 16.04.