1.问题
安装软件时提示easy_install command not found
2.方法
安装easy_install,执行如下命令
sudo wget https://bootstrap.pypa.io/ez_setup.py -O - | python
sudo apt update
sudo apt install curl
curl https://bootstrap.pypa.io/ez_setup.py --output ez_setup.py
python2 ez_setup.py