Ubuntu16.04 solves the problem of sudo: pip: command not found

Problems when pip installs dependencies: sudo: pip: command not found

method one:

sudo apt-get install python-pip

Method 2: Configure the file according to the method of other bloggers

Guess you like

Origin blog.csdn.net/m0_56759733/article/details/128960800