python – Cannot add conda environment to Pycharm – Conda executable path is empty even when it’s not
I am pretty proficient in pycharm but it is the first time I stumble into this problem.
- I created a conda environment
- Finding the conda executable which for me is in
/home/my_username/.miniconda3/envs/py39/bin/python - Adding it to pycharm results in:

I tried to search for this issue and error but the results didnt help.
I am using fedora 36 if it is relevant.
Edit: The output of which conda is:
/home/my_username/.miniconda3/condabin/conda
Then trying to add it as the interpreter as suggested in Pycharm: Conda executable path is empty:

Read more here: Source link
