Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonashaag/micromamba-pycharm

Use Micromamba environments in PyCharm
https://github.com/jonashaag/micromamba-pycharm

Last synced: 2 months ago
JSON representation

Use Micromamba environments in PyCharm

Awesome Lists containing this project

README

        

Add Micromamba support to PyCharm.

#### How to use

1. Clone this repo.
2. Use `./conda self-check` to see if your shell environment is set up correctly.
3. 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.

#### Debugging

Logs are written to `~/.cache/micromamba-pycharm.log`.
You can use them to debug problems.
Please attach the logs when filing a bug report.