Error when executing pixi shell
("The current system has a mismatching virtual package...")
#1905
Closed
2 tasks done
Labels
🐞 bug
Something isn't working
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
$ pixi init test-project $ cd test-project $ pixi shell
Issue description
I face the error mentioned above every time I create a new project and try to execute
pixi shell
within it. To solve this, I need to add the following to mypixi.toml
file (based on the solution provided here):My setup is straightforward, with my
$HOME/.config/pixi/config.toml
only containing the following:I am running Amazon Linux release 2 (Karoo).
Expected behavior
pixi shell
should start a new shell in the project's environment.The text was updated successfully, but these errors were encountered: