Skip to content

Instantly share code, notes, and snippets.

@enricorotundo
Last active September 14, 2018 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enricorotundo/65218b399bc7bb1c749e2f5cfd571434 to your computer and use it in GitHub Desktop.
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.
create_default_packages:
- pip
- ipykernel
- pyopenssl
envs_dirs:
- $HOME/miniconda3/envs
@enricorotundo
Copy link
Author

That envs_dirs path is valid for miniconda on macOS 10.13. In Linux is most likely called miniconda instead of miniconda3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment