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
The following commit(s) were added to refs/heads/main by this push:
new afe14ceb62 breeze - docs added pipx python flag (#35827)
afe14ceb62 is described below
commit afe14ceb6280b53928899ced99ca0689126ff951
Author: Ashish Patel <[email protected]>
AuthorDate: Fri Nov 24 01:55:43 2023 +0530
breeze - docs added pipx python flag (#35827)
---
BREEZE.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/BREEZE.rst b/BREEZE.rst
index d5bd3c73a8..096b0da0be 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -338,6 +338,15 @@ that Breeze works on
pipx install --force -e dev\breeze
+ .. note:: creating pipx virtual env ``apache-airflow-breeze`` with a
specific python version
+
+ In ``pipx install --force -e ./dev/breeze`` or ``pipx install --force
-e dev\breeze``, ``pipx`` uses default system python version to create virtual
env for breeze.
+ We can use a specific version by providing python executable in
``--python`` argument. For example:
+
+ .. code-block:: bash
+
+ pipx install -e ./dev/breeze --force --python
/Users/airflow/.pyenv/versions/3.8.16/bin/python
+
Running Breeze for the first time
---------------------------------