jonashaag/micromamba-pycharm

Must rename executable to `conda` in latest PyCharm?

Closed this issue · 4 comments

Must rename executable to `conda` in latest PyCharm?

Yes, I can confirm that you need to rename the python file to conda.

By the way, thanks for this repo, it works great!

Yes. Must rename to conda.
And another tiny bug appeared: Packages with their version numbers cannot be displayed correctly.
image

Looks that the pattern matching does not work well.
And nothing is presented in the package sub-window.
image

I don't know where I can find some logs relevant to this bug. :(

I think it will be hard from the logs but maybe you can play around with the JSON output (make it "more like Conda")

Can someone send a PR for the rename problem?