最終的にはdjangoアプリを動作させたく、XserverにPythonをインストールしたいと考えています。
https://brainlog.jp/server/post-1132/
↑こちらの手順でcURLをインストールしました。
「curl -V」でインストールしたバージョン(7.65.3)は表示されています。
↓こちらのコマンドを打つと、
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
↓このように返ってきてしまいます。
curl: (1) Protocol "https" not supported or disabled in libcurl
そこで、↓こちらを打つと、
wget https://raw.githubusercontent.com/Homebrew/install/master/install.sh bash install.sh
インストールは始まりますが、
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 (中略) Error: Command failed with exit 129: git Error: 'curl' must be installed and in your PATH!
と出てきます。
他の方の質問を参考に「.bash_profile」に、
export HOMEBREW_FORCE_BREWED_CURL="1"
と追記し「source .bash_profile」しましたが、「brew」と打つと変わらず「Error: Please update your system curl.」が表示されます。
※現在は「.bash_profile」を、
export PATH="/home/[サーバーID]/opt/bin:$PATH"
としています。
https://saigusalife.com/2021/01/25/xserver%E3%81%ABflask%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B%E6%89%8B%E9%A0%86/
↑こちら方の記事にある「設定ファイルを更新」もやってみましたが同じくエラーの内容は変わりません。
このエラーを回避し、XserverにPythonをインストールするにはどうしたらよいでしょうか?
ご回答、よろしくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。