Skip to content

pixi global expose remove#

About#

Remove exposed binaries from the global environment

Usage#

pixi global expose remove [OPTIONS] [EXPOSED_NAME]...

Arguments#

  • <EXPOSED_NAME>
    The exposed names that should be removed Can be specified multiple times
    May be provided more than once.

Config Options#

Description#

Remove exposed binaries from the global environment

pixi global expose remove python310 python3 --environment myenv will remove the exposed names python310 and python3 from the environment myenv

Examples#

pixi global expose remove python
pixi global expose remove py310 python3
--8<-- [end:exampl