方法一:修改python的模版
到Preferences > IDE Settings > File and Code Templates,点击Python Script template,把
__author__ = ‘$USER‘
修改用你想要的,例如
__author__ = ‘Licamla(在湖闻樟)‘
方法二:修改启动参数
编辑 【pycharmp安装目录】\bin\pycharm.exe.vmoptions
添加
-Duser.name=Licamla(在湖闻樟)
然后重启pycharm
参考:
http://www.4byte.cn/question/48853/how-do-you-edit-the-default-author-name-line-in-pycharm.html
http://stackoverflow.com/questions/14416887/how-to-change-the-author-variable-in-pycharm
时间: 2024-11-06 03:35:44