This is an automated email from the ASF dual-hosted git repository.
husseinawala 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 f598b0644e Update CONTRIBUTORS_QUICK_START.rst (#32924)
f598b0644e is described below
commit f598b0644e1cd7104355c1fb0e26421eb0386e4e
Author: Aritra Basu <[email protected]>
AuthorDate: Sat Jul 29 02:46:31 2023 +0530
Update CONTRIBUTORS_QUICK_START.rst (#32924)
Updated step 4 and 5 in pyenv setup to be inside code blocks
---
CONTRIBUTORS_QUICK_START.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/CONTRIBUTORS_QUICK_START.rst b/CONTRIBUTORS_QUICK_START.rst
index 20e6191b3d..75168b4efc 100644
--- a/CONTRIBUTORS_QUICK_START.rst
+++ b/CONTRIBUTORS_QUICK_START.rst
@@ -180,11 +180,17 @@ extra while installing airflow.
.. code-block:: bash
For Architectures other than MacOS/ARM
+
+.. code-block:: bash
+
$ pyenv install --list
$ pyenv install 3.8.5
$ pyenv versions
For MacOS/Arm (3.9.1 is the first version of Python to support MacOS/ARM, but
3.8.10 works too)
+
+.. code-block:: bash
+
$ pyenv install --list
$ pyenv install 3.8.10
$ pyenv versions
@@ -195,9 +201,15 @@ For MacOS/Arm (3.9.1 is the first version of Python to
support MacOS/ARM, but 3.
.. code-block:: bash
For Architectures other than MacOS/ARM
+
+.. code-block:: bash
+
$ pyenv virtualenv 3.8.5 airflow-env
For MacOS/Arm (3.9.1 is the first version of Python to support MacOS/ARM, but
3.8.10 works too)
+
+.. code-block:: bash
+
$ pyenv virtualenv 3.8.10 airflow-env
6. Entering virtual environment ``airflow-env``