pixi global remove
#
About#
Removes dependencies from an environment
Usage#
Arguments#
-
<PACKAGE>
- Specifies the package that should be removed
May be provided more than once.
required:true
Options#
-
--environment (-e) <ENVIRONMENT>
- Specifies the environment that the dependencies need to be removed from
Config Options#
-
--tls-no-verify
- Do not verify the TLS certificate of the server
-
--auth-file <AUTH_FILE>
- Path to the file containing the authentication token
-
--pypi-keyring-provider <PYPI_KEYRING_PROVIDER>
- Specifies whether to use the keyring to look up credentials for PyPI
options:disabled
,subprocess
-
--concurrent-solves <CONCURRENT_SOLVES>
- Max concurrent solves, default is the number of CPUs
-
--concurrent-downloads <CONCURRENT_DOWNLOADS>
- Max concurrent network requests, default is
50
Description#
Removes dependencies from an environment
Use pixi global uninstall
to remove the whole environment
Example: pixi global remove --environment python numpy