this post was submitted on 15 Sep 2023
780 points (93.0% liked)

linuxmemes

20837 readers
983 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 12 points 1 year ago (1 children)

pyenv and chill. Practical default it in your shells without messing with what installed packages expect.

Yeah, but still those packages should probably not be calling the generic python3 if they need a specific version of python. If they depend on system installed pip packages, there's got to be a better solution.

[โ€“] sheogorath 1 points 1 year ago

I'm more of an asdf guy myself.