pixi global expose remove
#
About#
Remove exposed binaries from the global environment
Usage#
Arguments#
-
<EXPOSED_NAME>
- The exposed names that should be removed Can be specified multiple times
May be provided more than once.
Config Options#
-
--auth-file <AUTH_FILE>
- Path to the file containing the authentication token
-
--concurrent-downloads <CONCURRENT_DOWNLOADS>
- Max concurrent network requests, default is
50
-
--concurrent-solves <CONCURRENT_SOLVES>
- Max concurrent solves, default is the number of CPUs
-
--pinning-strategy <PINNING_STRATEGY>
- Set pinning strategy
options:semver
,minor
,major
,latest-up
,exact-version
,no-pin
-
--pypi-keyring-provider <PYPI_KEYRING_PROVIDER>
- Specifies whether to use the keyring to look up credentials for PyPI
options:disabled
,subprocess
-
--run-post-link-scripts
- Run post-link scripts (insecure)
-
--tls-no-verify
- Do not verify the TLS certificate of the server
-
--use-environment-activation-cache
- Use environment activation cache (experimental)
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