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
pixi global install
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
$ pixi global install --expose ipython ipython └── ipython: 8.29.0 (installed) └─ exposes: ipython $ pixi global install --environment ipython ripgrep └── ipython (installed) ├─ dependencies: ipython 8.29.0, ripgrep 14.1.1 └─ exposes: ipython, ipython3, rg
In the example above, ipython3 should not have been exposed
ipython3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Issue description
pixi global install
Expected behavior
In the example above,
ipython3
should not have been exposedThe text was updated successfully, but these errors were encountered: