ishiis opened a new issue, #24281:
URL: https://github.com/apache/airflow/issues/24281
### 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.
```bash
% 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?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]