0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

tfenvで"No versions matching found in remote"でインストールできない。

Posted at
% brew install tfenv
% tfenv install latest
No versions matching 'latest' found in remote

どのバージョンをインストールしようとしてもNo versions matching * found in remoteとなってしまってインストールできない。

MacOS - [ERROR] No versions matching '0.11.2' found in remote #83

どうやらgrepコマンドに色をつける設定をしているとダメらしい。

# .zshrc
# 以下のように変更

# export GREP_OPTIONS='--color=always'
export GREP_OPTIONS='--color=never

設定ファイルを読み込み直して、再度試したらインストールできた。

% source .zshrc

% tfenv install latest
Installing Terraform v0.15.3
Downloading release tarball from https://releases.hashicorp.com/terraform/0.15.3/terraform_0.15.3_darwin_amd64.zip
#################################################################### 100.0%
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?