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 <default_location> 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.

最新文章

  1. 新手理解HTML、CSS、javascript之间的关系
  2. Tableau 地图无法识别怎么办
  3. 【PowerOJ1739】 魔术球问题
  4. python3 crypto winrandom import error
  5. 在struts里使用Kindeditor注意事项
  6. Message Authentication Code
  7. 柯南君:看大数据时代下的IT架构(4)消息队列之RabbitMQ--案例(Helloword起航)
  8. C++编程练习(17)----“二叉树非递归遍历的实现“
  9. java实现发送邮件
  10. 记一次VS Code崩溃的解决(Win10扫描自动回复系统文件)
  11. mysql将查询出来的一列数据拼装成一个字符串
  12. Django—模型
  13. CentOS7.2卸载完CDH5.12后重装CDH
  14. spring jpa 动态查询(Specification)
  15. 快速书写常见的 Kotlin 代码 MD
  16. 推荐个office能在线预览的插件
  17. ios开发之--awakeFromNib和initWithFrame分别什么时候调用
  18. ios runtime简单实用(添加动态属性)
  19. strcat实现
  20. Eclipse FindBugs插件

热门文章

  1. 免费赠票 | Cloud Ace 受邀参加 GTC2022 全球流量大会,助力中国企业扬帆出海!
  2. http 1.0、2.0、3.0 之间的区别
  3. ubuntu 删除容器内没用的包
  4. svn 中如何checkout出单个文件
  5. PIL修改图像
  6. 【git】7.5 git工具-搜索
  7. mysql修改密码报错:Your password does not satisfy the current policy requirements
  8. kali 子域名搜集工具学习记录
  9. 记录一次vue的报错
  10. 为什么 A 能 ping 通 B,B 却不能 ping 通 A ?