标签:mic family http 环境变量 ima blog fat 原因 ges
这个问题出在先安装Python3之后再安装python2, 使用pip安装的时候出现的故障
原因是python3的环境变量写入在了用户的环境变量上
但是一旦安装python2之后, Python会把信息写到系统环境变量上
此时使用pip就会出现Fatal error in launcher: Unable to create process using ‘""
解决办法:
将python3的信息加入到系统环境变量中
002-Fatal error in launcher: Unable to create process using '""
标签:mic family http 环境变量 ima blog fat 原因 ges
原文地址:http://www.cnblogs.com/weihuchao/p/6771573.html