-
Notifications
You must be signed in to change notification settings - Fork 168
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
Allow for the creation of multiple environments with custom names #359
Comments
Already working on it! #356 |
Hi @mcg1969, thanks for the feedback. It seems that PR is allowing to create multiple installers with a single environment on one go. Did I get this right? What I am asking for is the possibility of having an installer that will create several environments, not just a Thanks! |
Oh I see, that's different! Sorry for the confusion |
Thinking about this more, this would definitely be possible but quite challenging. Here's what it would need to do:
These would need to be done for all installer types. I'm not inclined for us to build something here that is unique to Unix, say. Open questions:
|
Hi @mcg1969
🤷 🙃
Agreed. The idea of a 1 click installer is something I want to make happen (sooner than later) for projects like JupyterLab. I want to have the actual applications be installed on "private" envs This idea initially requires having at least 2 envs, a
I would say per installer since am installer acts as a whole, just that it is using more than 1 environment to handle different things.
Same as before
In terms of what? Thanks! |
At least one of the environments in the list needs to be the root of the installed environment tree. So how do we specify that in a case like this? |
In the example I gave above #359 (comment) I added a key called, |
That works! |
Thanks @mcg1969 :-), please let me know in any way I can help. Also my suggestion was really a quick idea, not thoroughly designed, so take with a grain of 🧂 |
Well to be clear, this is not something I personally am going to be able to implement—so if you or anyone else wants to take a crack at it, please do! I am happy to offer reviews and guidance. |
I would like to hear more use cases, I have a very specific one in mind :-) Any guidance is also welcome so I could also tackle this at some point 🤷 |
Hey folks, this feature has been implemented in #509 if you want to take a look! |
Would it be possible to update constructor to do something like this:
The text was updated successfully, but these errors were encountered: