Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonashaag/micromamba-pycharm
- Owner: jonashaag
- Created: 2023-03-22T18:26:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T05:20:21.000Z (10 months ago)
- Last Synced: 2024-10-14T16:58:22.121Z (3 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 59
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.