前提・実現したいこと
macにて、Pythonのインストールを行うにあたり、Homebrewのインストール後、pyenvのインストールを試みましたが、
brew install pyenvをターミナルで打つと、
以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
Error: No similarly named formulae found. Error: No available formula or cask with the name "pyenv". ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Error: No formulae found in taps.
該当のソースコード
brew install pyenv
試したこと
ここに問題に対して試したことを記載してください。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
brew doctor してみたら何か出てこないでしょうか
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: Some taps are not on the default git origin branch and may not receive
updates. If this is a surprise to you, check out the default branch with:
git -C $(brew --repo homebrew/core) checkout master
となりました。
"となりました"じゃなくて読んでください。
上はただのnoteです。下が解決方法ですね。
ありがとうございます。出来ました。
回答1件
あなたの回答
tips
プレビュー