Skip to content

Fix command in breeze #24281

@ishiis

Description

@ishiis

What do you see as an issue?

There is a mistake in the command displayed in breeze.

The answer is 'no'. Skipping Installing pipx?.

Please run those commands manually (you might need to restart shell between them):i

    pip -m install pipx
    pipx ensurepath
    pipx install -e '/Users/ishiis/github/airflow/dev/breeze/'
    breeze setup-autocomplete --force

   After that, both pipx and breeze should be available on your path

There is no -m option in pip.

% pip -m install pipx

Usage:
  pip <command> [options]

no such option: -m

Solving the problem

Fix the command.

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions