LoginSignup
13
10

More than 3 years have passed since last update.

pythonを勉強している初心者です。
この記事は学習の目的として記録中です。
なので、参考にできる記事とか内容が間違ってたらコメントをよろしくお願いします。

開発環境

OS : macOS Catalina
Version : 10.15.3

yumを使ってpip3をInstall

yum --enablerepo=epel install python34-pip

aptを使ってpip3をInstall

sudo apt install python3-pip

pip3をVersion確認

# pip3 -V

pip3をUpgrade

pip3 install pip --upgrade

pip3をUninstall

sudo python3 -m pip uninstall pip

メモ

※python3をinstallしたらpip3も同時にInstallできたので、自分の環境ではPass~~

参考記事

pip3コマンド自体のインストール
pip3をインストールする

13
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
10