python pip 问题
解决ModuleNotFoundError: No module named ‘pip‘问题
python -m ensurepip
python -m pip install --upgrade pip
------------------
python -m easy_install -U pip
pip install -U setuptools
python -m ensurepip
python -m pip install --upgrade pip
------------------
python -m easy_install -U pip
pip install -U setuptools