PyCharm学习关键点总结

ZhuYuanxiang 2019-12-29 00:00:00
Categories: Tags:

Plugins

Console Startup

File → Settings → Build, Execution, Deployment → Console → Python Console → Starting Script
就可以把自己的启动脚本加入其中了。

Python Script

File → Settings → File and Code Templates → Python Script

PyCharm 中的文件模版变量 :

Errors

Console REPL Communication

这个是 PyCharm 的 BUG,解决办法

PyCharm 注册

Windows

Ubuntu

修改 snap 目录下的文件,遇到错误“只读文件,没有权限”。使用 chmod 不能修改其权限。

1
chmod 777 pycharm64.vmoptions

可以直接修改 ~/.config/JetBrains/PyCharmxxxx.xx/ 目录下的 pycharm64.vmoptions 文件,如果没有这个文件可以直接创建这个文件,然后再将 ja-netfilter-all/vmoptions/ 目录下的 pycharm.vmoptions 文件中的内容拷贝过来即可。注意对比 snap 目录下的 pycharm64.vmoptions 文件与其的不同。接着,就按着 Windows 中的内容注册成功。

(只读文件系统无法修改权限 Ubuntu18.04)