You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: