Skip to content

pixi info#

Information about the system, workspace and environments for the current machine

More information here.

Usage#

pixi info [OPTIONS]

Options#

  • --extended
    Show cache and environment size
  • --json
    Whether to show the output as JSON or not

Config Options#

  • --no-config
    Don't read system or user-level configuration files. Project-local <project>/.pixi/config.toml is still loaded
    env: PIXI_NO_CONFIG
    default: false
  • --config-file <PATH>
    Load configuration from this file instead of searching system and user-level paths. Project-local <project>/.pixi/config.toml is still merged on top
    env: PIXI_CONFIG_FILE

Global Options#

Examples#

pixi info
pixi info --json
pixi info --extended