-
Notifications
You must be signed in to change notification settings - Fork 180
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
feat: allow installing multiple envs at once #1413
feat: allow installing multiple envs at once #1413
Conversation
Can you also add an option like |
Yes for sure! Was thinking I'll wait till someone asks for it, which was pretty soon 😄 |
Ok, added this! |
I've also added a message, what environments are installed, install is the only CLI command doing this currently. But when I was testing it out with multiple envs, it got a bit weird not having this. @ruben-arts @Glatzel wdyt? Edit (eg): > Installed environment: test!
✔ Project in /Users/tdejager/development/prefix/pixi/examples/flask-hello-world-pyproject is ready to use! |
Hi, tdejager. |
That's weird, they are installed concurrently not in parallel. Could you share your |
And does it also happen if you specify one or two environment e.g: |
Here is my pixi.toml.
|
I think this installed environments message is a good hint for me. Besides, maybe we can have a cli command for getting this message, like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like the changes, just a few points
@Glatzel does this happen with 'main' as well? I can't really imagine these changes causing this..🤔 |
Well, I tried the Also tested in version 0.22.0, did not find this problem. |
Okay, so it will not block this PR but a serious bug nonetheless, could you make an issue? Thanks for helping with the initial debug! |
No problem. I have created this issue in #1414. |
Co-authored-by: Olivier Lacroix <[email protected]>
Co-authored-by: Olivier Lacroix <[email protected]>
Allow installation of multiple envs at the same time. Eg: