Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix command in breeze #24281

Closed
2 tasks done
ishiis opened this issue Jun 7, 2022 · 0 comments · Fixed by #24282
Closed
2 tasks done

Fix command in breeze #24281

ishiis opened this issue Jun 7, 2022 · 0 comments · Fixed by #24282
Labels
kind:bug This is a clearly a bug kind:documentation

Comments

@ishiis
Copy link
Contributor

ishiis commented Jun 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug This is a clearly a bug kind:documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant