This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 2597ea47944488f3756a84bd917fa780ff5594da Author: edithturn <[email protected]> AuthorDate: Fri Apr 15 12:45:05 2022 -0500 added spaces for code-block in .rst file --- BREEZE.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BREEZE.rst b/BREEZE.rst index acfd01e7c0..605d96d52e 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -1440,8 +1440,13 @@ Uninstalling Breeze =================== Breeze was installed with ``pix``, with ``pipx list``, you can list the installed packages. Once you have the name of the package you can proceed to uninstall it. + .. code-block:: bash + pipx list + This will also remove breeze from the folder: ${HOME}.local/bin/ + .. code-block:: bash + pipx uninstall apache-airflow-breeze
