Resolved tfenv install Error with brew install grep

Tadashi Shigeoka ·  Thu, July 14, 2022

I’ll share how I resolved a tfenv install error with brew install grep.

Terraform | テラフォーム

Background: Error with `tfenv install latest`

$ tfenv install latest

A metaphysical dichotomy has caused this unit to overload and shut down. GNU Grep is a requirement and your Mac does not have it. Consider "brew install grep"
Failed to resolve latest version

Solution: `brew install grep`

Following the error message, I executed brew install grep, then ran tfenv install latest again to resolve the issue.

brew install grep
tfenv install latest

That’s all from the Gemba, where I resolved the tfenv install error.