Add Micromamba support to PyCharm.
- Clone this repo.
- Use
./conda self-check
to see if your shell environment is set up correctly. - Configure PyCharm: In the Add Python Interpreter dialog, select Conda Environment and set Conda executable to the full path of the
conda
file of the cloned repo.
Logs are written to ~/.cache/micromamba-pycharm.log
.
You can use them to debug problems.
Please attach the logs when filing a bug report.