We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5556d0 + f1dd0e2 commit 79710b6Copy full SHA for 79710b6
Makefile
@@ -217,7 +217,7 @@ COLOR_GREEN = \033[32m
217
COLOR_RESET = \033[0m
218
.PHONY: deps-brew
219
deps-brew: ## Installs development dependencies from Homebrew
220
- brew bundle install $(BREW_BUNDLE_OPTS) --no-lock --verbose --file=Brewfile
+ brew bundle install $(BREW_BUNDLE_OPTS) --verbose --file=Brewfile
221
@test -n "$(PYENV_SHELL)" || ( \
222
echo "$(COLOR_ORANGE)PYENV_SHELL is empty so pyenv may not be setup.$(COLOR_RESET)" && \
223
echo "$(COLOR_ORANGE)Ensure that pyenv is setup in your shell config, e.g. in ~/.bashrc.$(COLOR_RESET)" && \
0 commit comments