this post was submitted on 22 Jul 2023
39 points (97.6% liked)

Programming

17024 readers
235 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

This sounds really good if you need packages or something like that set up, but honestly, most people will be perfectly fine with asdf. It doesn’t need to start an environment or load anything. It just makes the shims for your tools active for the current directory, and it doesn’t require .env files, it doesn’t require dealing with package managers. It simply is a file where each line is the name of the tool and the version. That’s it. And it just works. Every time. Unless it’s Python. Fucking Python.

[–] [email protected] 1 points 1 year ago (1 children)
[–] [email protected] 1 points 1 year ago (1 children)

That looks interesting. It looks like it's for setting up your whole machine, not individual projects, though?

[–] [email protected] 2 points 1 year ago (1 children)
[–] [email protected] 2 points 1 year ago

Nice, I hadn't heard of that before, will check it out!