Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use Brewfile and requirements.txt to define environment dependencies #4

Open
HipsterBrown opened this issue Jan 16, 2022 · 0 comments · May be fixed by #120
Open

refactor: use Brewfile and requirements.txt to define environment dependencies #4

HipsterBrown opened this issue Jan 16, 2022 · 0 comments · May be fixed by #120
Labels
enhancement New feature or request

Comments

@HipsterBrown
Copy link
Owner

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 similar apt-requirements.txt file.

For Windows folks not using WSL, there is a potential solution to explore with winget scripting.

@HipsterBrown HipsterBrown added the enhancement New feature or request label Mar 21, 2022
@HipsterBrown HipsterBrown linked a pull request Apr 11, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant