主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Fred Eisele
活动总数
20
最后的活动
2024年02月01日 22:28
成员加入日期
2022年03月17日 16:49
关注
0 名用户
关注者数
0 名用户
投票数
4
订阅数
3
活动概览
帖子(3)
评论(10)
按最近的活动排序
最近的活动
投票数
已编辑于
2022年09月16日 16:05
I am thinking that my problems are due to using CentOS 7 as the WSL instance.e.g. the `setsid` command does not support the `-w` option in CentOS 7.Is there a document describing the OS's supporti...
社区
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 票
创建于
2022年09月16日 14:55
The environment in the terminal looks correct, i.e. the environment variables (including conda settings) look correct.However, when I try to switch branches I get the message:```Couldn't checkout o...
社区
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 票
创建于
2022年09月15日 19:18
I do not have access to the Windows machine today; I will check tomorrow.Am I to understand that Gradle is run from a terminal started in the same way as the IDEA terminal?I presume the Gradle proc...
社区
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 票
创建于
2022年09月15日 16:29
I set environment variables in the default user's `.bashrc` file.The `.bashrc` does not seem to be run.The environment parameters set there do not seem to be accessible in the gradle script.I could...
社区
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 票
创建于
2022年09月15日 13:50
I am not sure what you mean by standard Gradle means (as environment variables are one such means).Do you mean using gradle.properties? or one of the other "standard Gradle means".
社区
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 票
创建于
2022年09月13日 17:21
Refs: * https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003302920-Using-WSL-with-gradle-build
社区
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 票
创建于
2022年09月08日 18:49
Thanks, with a slight modification to your approach I got the desired behavior.Rather than a symlink I use a `cmake-wrapper.sh`. #!/bin/bash${CMAKE_EXEC} "$@" In conjunction with the following envi...
社区
CLion
Establish `conda` environment
0 票
已编辑于
2022年09月08日 18:09
https://www.jetbrains.com/help/clion/how-to-create-toolchain-in-clion.html#env-scripts --"You can point CLion to the script that initializes the environment for your project without the need to set...
社区
CLion
Establish `conda` environment
0 票
创建于
2022年03月31日 17:21
If you are using Intellij and would like your gradle project to compile nicely in intellij and have the generated code in the build path; you can add the `idea` plugin and add the generated path to...
社区
IntelliJ IDEA Users
Class defined in generated sources not found by Intellij editor (but found by compiler (gradle build))
0 票
创建于
2022年03月31日 16:05
The project is https://gitlab.com/babeloff/svndumpapi
社区
IntelliJ IDEA Users
Class defined in generated sources not found by Intellij editor (but found by compiler (gradle build))
0 票