1、在cmd运行python命令后,再运行pip命令出现错误:pip is not defind
因为此时已经是在Python平台,没有此命令,应该执行exit-Z返回到原来的地方:
2、pip install 某个库失败要根据错误提示debuge,找error关键字,百度相应错误解决
1、在cmd运行python命令后,再运行pip命令出现错误:pip is not defind
因为此时已经是在Python平台,没有此命令,应该执行exit-Z返回到原来的地方:
2、pip install 某个库失败要根据错误提示debuge,找error关键字,百度相应错误解决
相关文章: