Python3 how to install pip tool?

A few days ago, when installing Python is not installed on the pip tool, it can only now manually installed.

  • First, visit https://bootstrap.pypa.io/get-pip.py this site, then Ctrl + S to save the file to the get-pip.py Scripts directory of your Python installed;
  • Then enter Scripts directory and enter cmd in the directory, enters cmd interface;
  • The command line interface input python get-pip.py, pip3 tool will automatically installed;
  • Enter python -m pip --version After a successful installation, to ensure the successful installation of a pip

Guess you like

Origin www.cnblogs.com/yzh-blog/p/11670995.html