You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take advantage of the brew bundle command to define and install all external package dependencies. This makes it easier to maintain and hands off the responsibility of conditionally installing those packages to Homebrew. We could also make Homebrew the default installer for Mac, Linux, and Window WSL, but that's a different discussion.
Take advantage of the
brew bundle
command to define and install all external package dependencies. This makes it easier to maintain and hands off the responsibility of conditionally installing those packages to Homebrew. We could also make Homebrew the default installer for Mac, Linux, and Window WSL, but that's a different discussion.For
apt-get
installation, we could use a similarapt-requirements.txt
file.For Windows folks not using WSL, there is a potential solution to explore with
winget
scripting.The text was updated successfully, but these errors were encountered: