Windows 8 上的 .idlerc 文件夹在哪里?

Where is the .idlerc folder on Windows 8?

我正在寻找包含 IDLE 定义的 .idlerc 文件夹。 我的设置是 Python 2.7.8 + Windows 8.1 此文件夹包含 "config-highlight.cfg" 文件,对于应用新的自定义主题至关重要。

它位于:

%userprofile%\.idlerc\

添加到 GalB1t 的答案中,因为它不完整。如果搜索不起作用,请输入

C:\Users\%userprofile%\.idlerc 

进入windows开始菜单搜索

*Win 10也是如此