前提・実現したいこと
xserverにてlinuxbrewをインストールしてpythonのライブラリを使いたい。
その為、linuxbrewをまずインストール実施したのですが、エラーでインストールができませんでした。
借りたばかりのサーバーなので特に何もいじっておらず、下記を実行した状態です。
他の人の手順を参考させて頂いたのですが皆さん(xserverで実施)linuxbrewは苦労なくインストールできているようなので躓いています。
■linuxbrewのインストールコマンド
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
※実行場所:/home/[サーバーID]。sshでteratermよりログインした際のディレクトリ
※PASSを聞かれるが【エンターキー】3回押してカレントにインストール実施。
発生している問題・エラーメッセージ
■はじめの方で出たエラー
From https://github.com/Homebrew/linuxbrew-core * [new branch] master -> origin/master HEAD is now at 8e4deb0 osinfo-db: update 20210531 bottle. Error: Please update your system curl. Minimum required version: 7.41.0 Your curl version: 7.29.0 Your curl executable: /usr/bin/curl Error: Please update your system Git. Minimum required version: 2.7.0 Your Git version: 1.8.3.1 Your Git executable: /usr/bin/git ==> Downloading https://ghcr.io/v2/homebrew/p
■最後の方で出たエラー
These open issues may also help: gcc@5: force cellar: :any on Linux https://github.com/Homebrew/linuxbrew-core/pull/23361 lc0: use newer GCC https://github.com/Homebrew/linuxbrew-core/pull/22550 emscripten: use newer gcc https://github.com/Homebrew/linuxbrew-core/pull/22455 mariadb: build with gcc-10 https://github.com/Homebrew/linuxbrew-core/pull/22995 gcc@10: Fix build for Linux https://github.com/Homebrew/linuxbrew-core/pull/23212 include-what-you-use: Fix for gcc https://github.com/Homebrew/linuxbrew-core/pull/23051 Error: 'curl' must be installed and in your PATH! Failed during: /home/[サーバーID]/.linuxbrew/bin/brew update --force --quiet
インストールは失敗しているようですがディレクトリにlinuxbrewが存在しました。
中途半端な状態でインストールされているのかわかりませんが…。
どなたかわかる方がいらっしゃいましたらご教示ください。
お願いいたします。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/06/04 01:54