美文网首页
pyCharm 问题

pyCharm 问题

作者: 余带盐 | 来源:发表于2018-08-21 10:52 被阅读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

相关文章

网友评论

      本文标题:pyCharm 问题

      本文链接:https://www.haomeiwen.com/subject/cjkdiftx.html