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
As requested in the issue, I've reorganized the Linux build dependencies section to use separate dnf and apt tabs. This groups the dependencies neatly so users only see the commands relevant to their specific Linux distribution, matching the style of the macOS tabs below it.
I'm a bit late here, but: do Ubuntu users know they need the apt tab? It doesn't look obvious to me.
It says it under the tab, but trying to list every Debian or RH derivative never ends. Plus if you don't recognize apt there's going to be a bit more of a learning curve around a terminal before you try to compile Python from scratch.
It's also a 50/50 click if you have to look at both to figure it out.
trying to list every Debian or RH derivative never ends
Yeah, but Ubuntu is the well-known one and Debian is the "root"; I don't think we need more.
Same with Fedora/RHEL/CentOS -- I'd currently assume that users of any of the the derivatives would know this is their section them. (And CentOS is probably superfluous here.)
Anyway, merged in #1841 before I read this. Sorry for that!
Let's revisit when more tabs are added & we start running out of space?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #1790
Hi @brettcannon!
As requested in the issue, I've reorganized the Linux build dependencies section to use separate
dnfandapttabs. This groups the dependencies neatly so users only see the commands relevant to their specific Linux distribution, matching the style of the macOS tabs below it.Let me know if you need any adjustments!