Issue with pixi global install
not exposing command properly
#4137
Answered
by
ruben-arts
Jiajun0413
asked this question in
Q&A
-
I'm encountering an issue where a command installed via Steps to reproduce:
pixi global install --expose "zellij=zellij" zellij Output:
zellij Result: bash: zellij: command not found This happens consistently across multiple installations. I've verified that the package is listed as installed in Any suggestions on how to troubleshoot this? Do I need to manually update my |
Beta Was this translation helpful? Give feedback.
Answered by
ruben-arts
Jul 22, 2025
Replies: 1 comment 1 reply
-
It works for me locally on my
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lucascolley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works for me locally on my
osx-arm64
export PATH="/Users/rubenarts/.pixi/bin:$PATH"
to the.bashrc
or.zshrc
or your shells rc file?