pyenv
mise-en-place
https://mise.jdx.dev/
The front-end to your dev env.
-
Like asdf (or nvm or pyenv but for any language) it manages dev tools like node, python, cmake, terraform, and hundreds more.
-
Like direnv it manages environment variables for different project directories.
-
Like make it manages tasks used to build and test projects.
Related contents:
Added 1 year ago
asdf
https://asdf-vm.com/
Manage multiple runtime versions with a single CLI tool. asdf is a CLI tool that can manage multiple language runtime versions on a per-project basis. It is like gvm, nvm, rbenv & pyenv (and more) all in one! Simply install your language's plugin!
Added 2 years ago