Use mise for installing Python and Node
Installing Python and Node is often straightforward, but when you have multiple projects on a single-machine that require different version of Python and Node, managing multiple version can be a hassle. To solve this issue, tools like nvm or pyenv exist that can make this easy for you. These tools…