摘要: Python开发工具PyCharm个性化设置,包括设置默认PyCharm解析器、设置缩进符为制表符、设置IDE皮肤主题等,大家参考使用吧 1.设置默认PyCharm解析器: 操作如下: Python–>Preferences–>Project Interpreter–>Python Interpre 阅读全文
posted @ 2016-06-03 16:09 willpower-chen 阅读(40223) 评论(0) 推荐(1)
摘要: 在每次新建一个py文件的时候 1 如何自动添加/usr/bin/env python2 自动添加 coding=utf8 操作方法: 添加以下代码: 阅读全文
posted @ 2016-06-03 15:42 willpower-chen 阅读(3050) 评论(0) 推荐(1)
摘要: 默认情况下,在windows下安装python之后,系统并不会自动添加相应的环境变量。此时不能在命令行或cmd里直接使用python命令。 1、 首先需要在系统中注册python环境变量:假设python的安装路径为C:\Users\Administrator\AppData\Local\Progr 阅读全文
posted @ 2016-06-03 11:26 willpower-chen 阅读(1420) 评论(0) 推荐(0)