upgrades-migrations / preupgrade-assistant

The Preupgrade Assistant performs an assessment of the system from the "upgradeability" point of view. Disclaimer: It was fun. R.I.P. :-)
GNU General Public License v3.0
13 stars 15 forks source link

python3 shebang #56

Closed pirat89 closed 7 years ago

pirat89 commented 9 years ago

Python3 was announced for Fedora23 as default, however /usr/bin/python will be still for Python2. As I read we shouldn't use shebang "#! /usr/bin/python" in our application, so we will do some harakiri.. or remove all shebang

phracek commented 8 years ago

It should be discussed with Python 3 team. Before fixing we should find a right way how to solve it.

pirat89 commented 8 years ago

Note from my memories of earlier discussion:

bocekm commented 7 years ago

We do not currently plan to refactor the Preupgrade Assistant code to support Python 3. On operating systems where the Preupgrade Assistant is currently used, Python 2 is the default.