- Notifications
You must be signed in to change notification settings - Fork0
A simple shim to enable micromamba environments in PyCharm, which otherwise fails to recognize mamba as a valid conda executable
License
NotificationsYou must be signed in to change notification settings
joshklein/pycharm-micromamba-shim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a simple shim script to wrapmicromamba
for use withPyCharm, which otherwise doesn't recognizemamba as a validconda executable. To use:
- Confirm the shim's
EXECUTABLE_PATH
is the full path to yourmicromamba
executable. - Confirm the shim is executable (i.e.
chmod u+x ./conda
). - InPyCharm Settings ->Python Interpreter ->Add Interpreter, add a newConda Environment with the shim set as the Conda Executable.
About
A simple shim to enable micromamba environments in PyCharm, which otherwise fails to recognize mamba as a valid conda executable