-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Closed
Labels
Description
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: -mSolving 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
- I agree to follow this project's Code of Conduct