Replies: 1 comment 1 reply
-
Hello, Sorry for the inconvenience,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a problem similar to #134 and #61.
I want to specify a python version for the analysis.
The problem is that since 2022.3, pyenv is not available in the image anymore.
The solution I almost have is to do something similar to the aforementioned discussions but with conda instead.
It looks like this in the bootstrap section of qodana.yaml :
It looks good except that "conda activate mypython" fails with "Your shell has not been properly configured to use 'conda activate'."
Is there any way to make this work (or to specify the python version another way, without pyenv) ?
For qodana-jvm, I believe a new field appeared in the yaml and we can set the JDK for the analysis thusly :
It is very useful and I guess that all variant of qodana are going to need something similar at some point (setting the PHP version, the C++ compiler, etc)
Beta Was this translation helpful? Give feedback.
All reactions