現在HomebrewをMacOSに導入しました。
プロキシ環境化の為、
$ ~/.bash_profileにプロキシ設定を記述しています。
homebrew自体のインストール自体は終了しており、brew doctorを行ったところ
Warning brew install pythonと出ました。
そこで、brew install pythonと行ったのですが
$ brew install python Updating Homebrew... ==> Installing dependencies for python: sqlite ==> Installing python dependency: sqlite ==> Downloading https://homebrew.bintray.com/bottles/sqlite-3.30.1.mojave.bottle curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number Error: Failed to download resource "sqlite" Download failed: https://homebrew.bintray.com/bottles/sqlite-3.30.1.mojave.bottle.tar.gz Warning: Bottle installation failed: building from source. ==> Downloading https://sqlite.org/2019/sqlite-autoconf-3300100.tar.gz curl: (35) error:1400410B:SSL routines:CONNECT_CR_SRVR_HELLO:wrong version number Error: An exception occurred within a child process:
となりエラーになります。
他のパッケージでも同様にダウンロードエラーが出力されています。
プロキシ環境下なのでプロキシのせいかな?とは思っていますが、回避方法や別の問題であれば解決方法を教えて頂けますと幸いです。
実際のProxyサーバ名は伏せてかまいませんので、どのように .bash_profile 内で設定しているかを記載お願いします。
kazto 様
user名:password@idアドレス:port
全て書き換えていますが、現在設定しているのはこのような形です。
よろしくお願いいたします。
export http_proxy="http://hogeuser:hogepass@127.0.0.1:8080"
export https_proxy="https://hogeuser:hogepass@127.0.0.1:8080"
export all_proxy=$http_proxy