Skip to content

Commit

Permalink
Add breeze command option for WSL2 (apache#33549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mingdaoy authored Aug 20, 2023
1 parent 63e6eab commit 2e40547
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions BREEZE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e40547

Please sign in to comment.