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

Switch various commands to python3 #339

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cboltz
Copy link

@cboltz cboltz commented Nov 14, 2021

... instead of just 'python' which typically means python2.

... instead of just 'python' which typically means python2.
@benadida
Copy link
Owner

benadida commented Dec 5, 2021

if using pip and such, what's the point of this change?

@cboltz
Copy link
Author

cboltz commented Dec 5, 2021

Well, if using pip ;-)

In my case, I create a RPM package (which then has dependencies on python3 and all the needed python3-$module packages).

The automatic dependency detection would add a Requires: python instead of Requires: python3 if it finds a #!/usr/bin/python line in a script like manage.py or .../oauth/rsa.py.
(The changes in INSTALL.md etc. are more cosmetic, but since using python3 is expected nowadays, I also updated them for consistency.)

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

Successfully merging this pull request may close these issues.

None yet

2 participants