-
Notifications
You must be signed in to change notification settings - Fork 74
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
python3 -> python in Makefile #3023
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3023 +/- ##
==========================================
- Coverage 89.84% 87.07% -2.77%
==========================================
Files 29 11 -18
Lines 32097 24666 -7431
Branches 5756 4556 -1200
==========================================
- Hits 28837 21478 -7359
+ Misses 1859 1824 -35
+ Partials 1401 1364 -37
Flags with carried forward coverage won't be shown. Click here to find out more. |
Yes, we're at the awkward point where some have removed |
sorry I'm going to -1 this direct change as it breaks my setup, and I suspect will for Peter and a few others who regularly work with the C and are on Debian based Linux distros Is there some other way to do this? Or can we just leave it for a bit? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See point about breaking stuff
Oh, sorry. I didn't realise there were still python2 installations out there. I guess just leave it until Debian links python -> python3? Alternatively, |
Ah, hold on:
sorts it. Could we add |
What are you running? Python 2 got taken out of ubuntu 4 years ago. |
I think Debian simply doesn't define a |
You don't get python -> to python3 automatically, you have to install python-is-python3 (which I haven't been doing, up to now). So, I'm happy to make the change, we just need to update the development docs so that they work. |
My installation doesn't bother defining python3 any more. I think we can assume python is v3 now
I've added a note to the docs and a friendly error message if the makefile finds python missing. |
Nice, thanks Ben |
My installation doesn't bother defining python3 any more. I think we can assume python is v3 now