Skip to content
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

[CLI] Support multiple packages input in pixi global <install|remove> #724

Closed
chawyehsu opened this issue Jan 29, 2024 · 1 comment · Fixed by #854
Closed

[CLI] Support multiple packages input in pixi global <install|remove> #724

chawyehsu opened this issue Jan 29, 2024 · 1 comment · Fixed by #854
Labels
enhancement New feature or request

Comments

@chawyehsu
Copy link
Contributor

chawyehsu commented Jan 29, 2024

Problem description

It is currently not possible to install/remove multiple packages via command pixi global <install|remove> <package>.

$ pixi global install cmake rattler-build
error: unexpected argument 'rattler-build' found

Usage: pixi global install [OPTIONS] <PACKAGE>

For more information, try '--help'.

Would be cool and more convenient to support multiple packages input for these commands. I may be able to implement it.

@chawyehsu chawyehsu added the enhancement New feature or request label Jan 29, 2024
@ruben-arts
Copy link
Contributor

That makes sense! Go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants