mik-laj commented on a change in pull request #18298:
URL: https://github.com/apache/airflow/pull/18298#discussion_r710267053



##########
File path: docs/apache-airflow/start/local.rst
##########
@@ -48,6 +48,8 @@ constraint files to enable reproducible installation, so 
using ``pip`` and const
     AIRFLOW_VERSION=|version|
     PYTHON_VERSION="$(python --version | cut -d " " -f 2 | cut -d "." -f 1-2)"
     # For example: 3.6
+    # If you are using Python3 
+    # PYTHON_VERSION="$(python3 --version | cut -d " " -f 2 | cut -d "." -f 
1-2)"

Review comment:
       We only support Python3 on the`main` branch.




-- 
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]


Reply via email to