root@law:~# sudo apt-get install pip
sudo: unable to resolve host topeet_i.MX6ULULL
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pip
出错原因找不到安装包,解决办法:
sudo apt-get update
sudo apt-get install python3-pip
就可以找到安装包了!