pyCharm 问题
2018-08-21 本文已影响0人
余带盐
No R interpreter defined: Many R related features like completion, code checking and help won't be available. You can set an interpreter under Preferences->Languages->R
需要安装R语言
自动生成文件头注释
File->Settings->Editor->File and Code Templates->Python Script
#!/usr/bin/python3 # encoding: utf-8 """ @author: wangkh @contact: 746906141@qq.com @file: ${NAME}.py @time: ${DATE} ${TIME} @desc: """
新建python文件
![]()
- 配置解释器
python3