We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using pixi --version.
pixi --version
Any valid pixi.toml with multiple environments should do.
The pixi install command prints the installed environments with a missing newline after the The following environments have been installed line.
pixi install
✔ The following environments have been installeddefault documentation cd testing linting common
✔ The following environments have been installed default documentation cd testing linting common
The text was updated successfully, but these errors were encountered:
pixi install --all
Successfully merging a pull request may close this issue.
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Any valid pixi.toml with multiple environments should do.
Issue description
The
pixi install
command prints the installed environments with a missing newline after the The following environments have been installed line.✔ The following environments have been installeddefault documentation cd testing linting common
Expected behavior
✔ The following environments have been installed default documentation cd testing linting common
The text was updated successfully, but these errors were encountered: