Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoiding compatibility errors with python 3 #125

Open
LorenzoSacchi opened this issue May 19, 2020 · 3 comments
Open

Avoiding compatibility errors with python 3 #125

LorenzoSacchi opened this issue May 19, 2020 · 3 comments

Comments

@LorenzoSacchi
Copy link

I know that yum will be deprecated, so no python 3 support is expected.
The best thing to do would be to change all scripts from
#!/usr/bin/python
to
#!/usr/bin/python2.7
This would give people freedom to choose default version of python without errors

@james-antill
Copy link
Contributor

Even centos:5 has /usr/bin/python2 ... so I guess it's fine to change them to that at this point, when it's obvious /usr/bin/python is going to be one more casualty of py3, if you want to do a patch.

@j-mracek
Copy link
Member

The problem is that there is no possibility how to release the patch.

@james-antill
Copy link
Contributor

I assumed this was more for random people who wanted to use the code from git, or build their own packages. I'm fine with just rejecting everything if you want someone to fork it somewhere else, if they care enough ... but I figured this was easy enough to validate we could merge it without any real work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants