Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Directory python_存根目录放置在错误的位置(PyCharm 3.4)_Directory_Default_Pycharm - Fatal编程技术网

Directory python_存根目录放置在错误的位置(PyCharm 3.4)

Directory python_存根目录放置在错误的位置(PyCharm 3.4),directory,default,pycharm,Directory,Default,Pycharm,我当前的Win7环境将用户主页设置为网络驱动器。正因为如此,PyCharm初创公司需要很长时间。因此,我将idea.properties更改为以下值: idea.config.path=c:/config/.PyCharm30/config idea.system.path=c:/config/.PyCharm30/system 一切正常,现在启动速度快得多。但后台进程正在重建骨架文件(这需要很长时间),并将其放置在此处: <myNetworkDrive>:\.PyCharm30\

我当前的Win7环境将用户主页设置为网络驱动器。正因为如此,PyCharm初创公司需要很长时间。因此,我将idea.properties更改为以下值:

idea.config.path=c:/config/.PyCharm30/config
idea.system.path=c:/config/.PyCharm30/system
一切正常,现在启动速度快得多。但后台进程正在重建骨架文件(这需要很长时间),并将其放置在此处:

<myNetworkDrive>:\.PyCharm30\system\python_stubs\-1234567890\
:\.PyCharm30\system\python\u存根\-1234567890\
这个框架过程似乎没有遵循idea.properties中的设置。或者我还需要做其他设置吗

谢谢, 顺致敬意, 迈克尔

我从这里复制并改编了这篇文章,因为它没有答案,多亏了Marcel的提问:
不确定这是否是写入方式。我已经更改了config/options/jdk.table.xml文件。 这对我有用

我换了线

<root type="simple" url="file://$USER_HOME$/.PyCharm30/system/python_stubs/1167955305" />


谢谢你,谢尔盖。这正是我想要的。关于MichaelHave,在对
idea.properties
文件进行更改后,您是否尝试使缓存失效(文件->使缓存失效/重新启动)?
<root type="simple" url="file://$APPLICATION_HOME_DIR$/system/python_stubs/1167955305" />