将python、pip 加入环境变量

加python:

  CMD里输:    path=%path%;C:Python27

  其中   C:Python27  为python的exe所在的文件夹

加pip:

  CMD里输:    path=%path%;C:Python27Scripts

  其中   D:Python27Scripts  为pip所在的文件夹

 

原文地址:https://www.cnblogs.com/Yangami/p/10073867.html