Skip to content

pixi workspace platform remove#

Remove platform(s) from the workspace file and updates the lock file

Usage#

pixi workspace platform remove [OPTIONS] <PLATFORM>...

Arguments#

  • <PLATFORM>
    The platform name(s) to remove
    May be provided more than once.
    required: true

Options#

  • --no-install
    Don't update the environment, only remove the platform(s) from the lock file
    env: PIXI_NO_INSTALL
  • --feature (-f) <FEATURE>
    The name of the feature to remove the platform from
  • --environment (-e) <ENVIRONMENT>
    The environment to remove the platform from. The platform is removed from the platforms defined inline on the environment