From 74f43bc0ee7e60079cf1deca870bd93088e77d1b Mon Sep 17 00:00:00 2001 From: Mingdao Yang Date: Sun, 20 Aug 2023 15:43:21 +0800 Subject: [PATCH 1/2] [docs] Add breeze command option for WSL2 --- BREEZE.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/BREEZE.rst b/BREEZE.rst index 5213e08acaaa8..8464371f748be 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -411,6 +411,22 @@ as follows: breeze --python 3.8 --backend mysql --mysql-version 8 +.. note:: Note for Windows WSL2 users + + You may find error messages: + +.. code-block:: bash + + Current context is now "..." + protocol not available + Error 1 returned + +Try adding ``--builder=default`` to your command. For example: + +.. code-block:: bash + + breeze --builder=default --python 3.8 --backend mysql --mysql-version 8 + The choices you make are persisted in the ``./.build/`` cache directory so that next time when you use the ``breeze`` script, it could use the values that were used previously. This way you do not have to specify them when you run the script. You can delete the ``.build/`` directory in case you want to restore the From 8fed2f6ca436bcf1dbdc197e4d84b7aa96175c5f Mon Sep 17 00:00:00 2001 From: Mingdao Yang Date: Sun, 20 Aug 2023 23:13:42 +0800 Subject: [PATCH 2/2] Remove trailing whitespace --- BREEZE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BREEZE.rst b/BREEZE.rst index 8464371f748be..538c2af88d603 100644 --- a/BREEZE.rst +++ b/BREEZE.rst @@ -420,7 +420,7 @@ as follows: Current context is now "..." protocol not available Error 1 returned - + Try adding ``--builder=default`` to your command. For example: .. code-block:: bash