feature-specific deps installed inside pixi shell
only available after restarting shell
#1271
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
(running this in a
fish
shell)Issue description
When adding dependencies to a specific feature from inside a pixi shell running in an environment using that feature, the installed dependency is not available. One has to quit the pixi shell and restart it for it to be usable.
This does not happen when adding deps to the default environment from inside the default shell.
Expected behavior
Just like with the default environment, dependencies should be available immediately after a
pixi add
without having to restart the pixi shell.The text was updated successfully, but these errors were encountered: