pipのインストール方法をご紹介します。
以下の公式サイトを参考としています。
Installing with get-pip.py
1. まず、pipをインストールするために、get-pip.pyをダウンロードします。
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
2. 以下のコマンドを実行して完了です。
python get-pip.py
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
コメント