[python工具篇][pycharm安装与配置][1]安装与设置

1 官网下载专业版

2 打开pycharm,选择license server 激活,地址输入:http://idea.imsxm.com

3 新建工程(一个大文件夹)

4 设置字体大小(file->settings->front->size->18)

5 这种大小可滚动(file ->settings -->输入mouse,选择general -->勾选右边第二项)

6 选择pycharm工程的python解析器

  -- 这是针对安装了python2, python3,和vitrualenv的情况

  -- file--->settings---->输入interpreter,选择project interpreter,

7 pycharm设置显示空格(主要default setting和settings区别: default是对所有文件,settings是对当前文件

  File --settings--->Editor-->General--->Appearance---->勾选show method separators, 勾选show whitespaces

8 pycharm设置一个tab为四个空格符,因为在Linux一个tab为8个空格符, 会报indent error

  File-->settins-->Editor-->General-->code style--->Python, Use tab,把勾选去掉

原文地址:https://www.cnblogs.com/liuzhipenglove/p/7299872.html