Skip to content

pixi workspace activation#

Commands to manage the activation of environments: the scripts that run and the environment variables that are set when an environment is activated

Usage#

pixi workspace activation [OPTIONS] <COMMAND>

Subcommands#

Command Description
script Commands to manage the activation.scripts list
env Commands to manage the activation.env table
list List the activation scripts and environment variables in the manifest

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#