-
-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate .pkg
installers for Mac OS
#429
Comments
conda constructor seems to support .pkg installations, so this is probably mostly fiddling with the build scripts? |
The hard part is signing those. Otherwise they come with big warnings about not being signed right? |
Remember playing with this once, but seem to recall there will limitations about where the |
My hope is that given miniconda has them, miniforge / mambaforge could too! I can see signing being the problem though. |
I think we have all the elements to start prototyping a PKG installer with signing. I'll open a PR soon. |
Gentle bump to this, as it would have some real value especially if they could be accessed from the lovely https://conda-forge.org page |
Feedback welcome in #434 :) |
miniconda provides .pkg installers (https://docs.conda.io/en/latest/miniconda.html#macos-installers) that provide a more GUI method of installation. I think miniforge / mambaforge should generate these too! Would make for a better onboarding experience for some subset of users.
The text was updated successfully, but these errors were encountered: