Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshklein/pycharm-micromamba-shim
A simple shim to enable micromamba environments in PyCharm, which otherwise fails to recognize mamba as a valid conda executable
https://github.com/joshklein/pycharm-micromamba-shim
conda mamba micromamba pycharm python
Last synced: 27 days ago
JSON representation
A simple shim to enable micromamba environments in PyCharm, which otherwise fails to recognize mamba as a valid conda executable
- Host: GitHub
- URL: https://github.com/joshklein/pycharm-micromamba-shim
- Owner: joshklein
- License: isc
- Created: 2024-09-08T04:57:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T19:07:06.000Z (about 2 months ago)
- Last Synced: 2024-09-27T05:21:30.128Z (about 1 month ago)
- Topics: conda, mamba, micromamba, pycharm, python
- Language: Python
- Homepage:
- Size: 375 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple shim script to wrap `micromamba` for use with [PyCharm](https://www.jetbrains.com/pycharm/), which otherwise doesn't recognize [mamba](https://github.com/mamba-org/mamba) as a valid [conda](https://github.com/conda/conda) executable. To use:
1. Confirm the shim's `EXECUTABLE_PATH` is the full path to your `micromamba` executable.
2. Confirm the shim is executable (i.e. `chmod u+x ./conda`).
3. In **PyCharm Settings** -> **Python Interpreter** -> **Add Interpreter**, add a new
Conda Environment with the shim set as the Conda Executable.![Screenshot of PyCharm Settings](screenshot.png "PyCharm Settings")