前提・実現したいこと
MacOS Catalina
https://creepfablic.site/2019/06/12/pip-psycopg2/
上記記事を参照にpipでpsycopg2をインストールするとエラーになるので、PythonとPathを消去しました。
その後Homebrewをインストールしてみたのですが出来ませんでした。
発生している問題・エラーメッセージ
エラー内容としては
'''
brew doctor
/usr/local/bin/brew: line 106: /usr/bin/env: Argument list too long
/usr/local/bin/brew: line 106: /usr/bin/env: Undefined error: 0
'''
こちらの内容が出力されます。
試したこと
https://brew.sh/index_ja
こちらのサイトからインストールし直しました。
'''
==> Downloading and installing Homebrew...
HEAD is now at 5a6363652 Merge pull request #7703 from issyl0/allowlist-and-denylist
/usr/local/bin/brew: line 106: /usr/bin/env: Argument list too long
/usr/local/bin/brew: line 106: /usr/bin/env: Undefined error: 0
Failed during: /usr/local/bin/brew update --force
==> Installation successful!
==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics
No analytics data has been sent yet (or will be during this install
run).
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run
brew help
to get started - Further documentation:
https://docs.brew.sh
'''
解決できないので解決策を教えていただければと思いこちらで質問させていただきました。よろしくお願いします!
あなたの回答
tips
プレビュー