-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Anaconda Python #14
Comments
I don't know anything about anaconda. Can you briefly talk about how it's used so I can better answer this? |
No problem, with python you are going very fast in the so called dependency hell. (workspace dependencies includes dependencies which breaks your workspace dependencies ). So Anaconda (and derivatives) is a package manager which will also bootstrap the correct python version for the developer and creates a named virtual environments which than can be used within a project. So I would likely to implement, from my point of view
As you can see, first point is already done and can be contributed or referenced ... if wanted. And according to the second point I wanted to contribute also to the moon project itself ... Side question: Do you have also Slack Channels, because Discord is forbidden by company profile ... |
If you want to share the plugin with others, you can do it here: https://github.com/moonrepo/proto/tree/master/registry
moon doesn't support third-party plugins yet, it's all hard-coded. It will in the future though.
Sorry only Discord. |
Currently the python tool plugin is using the pre-compiled binaries for installation.
There is another method which is widespread in the python community, Anaconda and all it’s derivates.
I wanted to start to implement this into the tool plugin environment.
@milesj What would fit best to your strategy.
The text was updated successfully, but these errors were encountered: