• 0 Posts
  • 26 Comments
Joined 8 months ago
cake
Cake day: July 22nd, 2024

help-circle
  • Lucy :3@feddit.orgtoProgramming@beehaw.orgRust is the New C
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    24 minutes ago

    I can manage it very easily. In fact, I don’t even need to do that because pacman keeps track of dependencies itself and installs those dependencies system-wide automatically. Even python packages.

    And practically, just install and use the recommended/required python version.




  • Unfortunately. But it feels and looks like JS, they then realized they needed typing, so they slapped Python typehints on top, but made them essentially optional, but still enforce strict typing. Then they realized that using installed libraries was too convenient, so they shit on the worst dependency system I’ve ever seen.