摘要:
python 2.7 pip命令安装报错:原因:安装需要加载当前用户的包含中文路径的文件夹,unicode编码出错解决:1.新建sitecustomize.py文件放到\Python27\Lib\site-packages 目录下2.sitecustomize.py代码:import sys sys... 阅读全文
posted @ 2015-07-24 09:58 崔文广 阅读(294) 评论(0) 推荐(0)
posted @ 2015-07-24 09:58 崔文广 阅读(294) 评论(0) 推荐(0)