cmd命令行中無pip命令的解決辦法python
只需簡單的兩步便可,按順序執行如下命令(在cmd中):spa
python -m ensurepip
python -m pip install --upgrade pip --force-reinstall
從新再輸入pip的命令就有了。命令行