PyCharm的几个常用设置

PyCharm
1、模板
File => Settings... => Editor=> File and Code Template => Python Script => 右上方

#!/usr/bin/env python
#coding=utf-8

OK

===》

2、文字大小
File => Settings... => Editor=> Colors & Fonts => Font  => Save As ... => 18


3、运行
a. 点击要运行的文件,右键 Run
b. View => Toolbar

 
选中要执行的文件
点击 > 运行
c. 在当前文件空白处,右键,Run

4、切换python版本
File => Settings...  => Project => Project Interpreter => 选择版本

 

posted on 2016-05-13 11:51  学而时习之人  阅读(257)  评论(0编辑  收藏  举报

导航