Remix.run Logo
pknerd 5 hours ago

Thanks for producing such an amazing piece of software. Most of my Mac installations are based on Homebrew, but I have to rely on version management tools like Pyenv or nvm for Python and Node. Wish there was some standard 'Homebrew' way to install multiple versions of node, php and Python

PufPufPuf 5 hours ago | parent | next [-]

Have a look at https://mise.jdx.dev/, it's exactly what you're looking for!

mikemcquaid 4 hours ago | parent | prev [-]

There's a selection of ways that may or may not work for you:

- `formula@version` packages

- `brew version-install` (which uses `brew extract` and `brew tap-new` under the hood)

- `version_file:` support in `brew bundle

- `brew pyenv-sync`