docs/reference/cli/pixi/global/expose.md
Interact with the exposure of binaries in the global environment
--8<-- "docs/reference/cli/pixi/global/expose_extender:description"
pixi global expose <COMMAND>
| Command | Description |
|---|---|
add | Add exposed binaries from an environment to your global environment |
remove | Remove exposed binaries from the global environment |
Interact with the exposure of binaries in the global environment
pixi global expose add python310=python3.10 --environment myenv will expose the python3.10 executable as python310 from the environment myenv
pixi global expose remove python310 will remove the exposed name python310 from the environment it belongs to
--8<-- "docs/reference/cli/pixi/global/expose_extender:example"