windows jetbrains toolbox 无法修改应用安装目录(应用正在运行)的解决方案

时间:2019-08-28
本文章向大家介绍windows jetbrains toolbox 无法修改应用安装目录(应用正在运行)的解决方案,主要包括windows jetbrains toolbox 无法修改应用安装目录(应用正在运行)的解决方案使用实例、应用技巧、基本知识点总结和需要注意事项,具有一定的参考价值,需要的朋友可以参考一下。
  1. 打开 jetbrains toolbook安装目录/.settings.json
  2. 添加一行
"install_location":  指定的路径地址

解决方案来自
JetBrains Toolbox in Windows to install IDEs to specific folders other than ones within drive C

原答案

[Windows 10] I found a manual location changing option that is not well explained on any forum.

After you install Jetbrains Toolbox, if you cannot change the Tool install location from the app UI, and it goes into "Failing to change location, because application is in use, or something like that" if you are trying to change from there, close the Toolbox application(kill it from Task manager, or close it from the toolbar), and after you go to the default installation location of the Toolbox app(more info about this, here: https://toolbox-support.jetbrains.com/hc/en-us/articles/115000978804-Where-are-the-IDEs-located-on-my-hard-drive-) and open .settings.json file

In the .settings.json file you need to add/update the following code line:

"install_location": "<default_location>",

There, add your desired install location instead of if there exists the line in the file. If this line does not exist, add it the begining of the file. Don't forget to add the " , " in the end of the line.

Please help to spread this message to our fellow friends who are using Jetbrains Toolbox and are having this problem.

原文地址:https://www.cnblogs.com/featherw/p/11425127.html