Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Fred Eisele
Total activity
20
Last activity
February 01, 2024 22:28
Member since
March 17, 2022 16:49
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
3
Activity overview
Posts (3)
Comments (10)
Sort by recent activity
Recent activity
Votes
Edited
September 16, 2022 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...
Community
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 votes
Created
September 16, 2022 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...
Community
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 votes
Created
September 15, 2022 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...
Community
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 votes
Created
September 15, 2022 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...
Community
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 votes
Created
September 15, 2022 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".
Community
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 votes
Created
September 13, 2022 17:21
Refs: * https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003302920-Using-WSL-with-gradle-build
Community
IntelliJ IDEA Users
Intellij and the WSL: Setting Environment Variables
0 votes
Created
September 08, 2022 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...
Community
CLion
Establish `conda` environment
0 votes
Edited
September 08, 2022 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...
Community
CLion
Establish `conda` environment
0 votes
Created
March 31, 2022 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...
Community
IntelliJ IDEA Users
Class defined in generated sources not found by Intellij editor (but found by compiler (gradle build))
0 votes
Created
March 31, 2022 16:05
The project is https://gitlab.com/babeloff/svndumpapi
Community
IntelliJ IDEA Users
Class defined in generated sources not found by Intellij editor (but found by compiler (gradle build))
0 votes