Back to Pixi

pixi global expose

docs/reference/cli/pixi/global/expose.md

0.71.1961 B
Original Source
<!--- This file is autogenerated. Do not edit manually! -->

pixi global expose

Interact with the exposure of binaries in the global environment

--8<-- "docs/reference/cli/pixi/global/expose_extender:description"

Usage

pixi global expose <COMMAND>

Subcommands

CommandDescription
addAdd exposed binaries from an environment to your global environment
removeRemove exposed binaries from the global environment

Description

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"