uranusjr commented on code in PR #35620:
URL: https://github.com/apache/airflow/pull/35620#discussion_r1393659812
##########
CONTRIBUTORS_QUICK_START.rst:
##########
@@ -273,7 +273,7 @@ Setting up Breeze
It is important to install version of pipx >= 1.2.1 to workaround
``packaging`` breaking change introduced
in September 2023.
-2. Run ``pipx install -e ./dev/breeze`` in your checked-out repository. Make
sure to follow any instructions
+2. Run ``pipx install -e ./dev/breeze --python $(which python)`` in your
checked-out repository. Make sure to follow any instructions
Review Comment:
I don’t like this assuming a Bash-like shell.
##########
CONTRIBUTORS_QUICK_START.rst:
##########
@@ -273,7 +273,7 @@ Setting up Breeze
It is important to install version of pipx >= 1.2.1 to workaround
``packaging`` breaking change introduced
in September 2023.
-2. Run ``pipx install -e ./dev/breeze`` in your checked-out repository. Make
sure to follow any instructions
+2. Run ``pipx install -e ./dev/breeze --python $(which python)`` in your
checked-out repository. Make sure to follow any instructions
Review Comment:
I don’t like this assuming a Bash-like shell.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]