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 1a865d48aa4dc66e02d2f5770b4d94a7c1d7bfdb Author: edithturn <[email protected]> AuthorDate: Fri Apr 15 12:37:09 2022 -0500 added uninstall apache-airflow-breeze with pipx --- BREEZE.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/BREEZE.rst b/BREEZE.rst index f164e7fdff..acfd01e7c0 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -1435,3 +1435,13 @@ Breeze uses built-in capability of ``rich`` to record and print the command help It's enabled by setting ``RECORD_BREEZE_OUTPUT_FILE`` to a file name where it will be recorded. By default it records the screenshots with default characters width and with "Breeze screenshot" title, but you can override it with ``RECORD_BREEZE_WIDTH`` and ``RECORD_BREEZE_TITLE`` variables respectively. + +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
