Last active
September 14, 2018 09:20
-
-
Save enricorotundo/65218b399bc7bb1c749e2f5cfd571434 to your computer and use it in GitHub Desktop.
Conda configuration file to support automatic kernel discovery. Note: miniconda3 is default miniconda dir on macOS, edit that path according to your conda installation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create_default_packages: | |
- pip | |
- ipykernel | |
- pyopenssl | |
envs_dirs: | |
- $HOME/miniconda3/envs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That
envs_dirs
path is valid for miniconda on macOS 10.13. In Linux is most likely calledminiconda
instead ofminiconda3
.