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 3a075ee49a Update CONTRIBUTORS_QUICK_START.rst with note on pyenv for 
Mac M1 (#23305)
3a075ee49a is described below

commit 3a075ee49a6ee901556edf1fb71529fcd5e36543
Author: Ryan Hatter <[email protected]>
AuthorDate: Wed Apr 27 16:34:13 2022 -0400

    Update CONTRIBUTORS_QUICK_START.rst with note on pyenv for Mac M1 (#23305)
    
    The Contributor's Quick Start [recommends 
pyenv](https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst#pyenv-and-setting-up-virtual-env)
 to manage environments when developing on Airflow. There are [lots of issues 
trying to get pyenv to work on M1 the Mac M1 
chip](https://www.google.com/search?q=pyenv+m1+mac+site:stackoverflow.com&client=firefox-b-1-d&channel=nus5&sa=X&ved=2ahUKEwjVqMyUhrX3AhVVRTABHc8vB_YQrQIoBHoECAsQBQ&biw=1744&bih=942),
 so it might be worth includ [...]
---
 CONTRIBUTORS_QUICK_START.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CONTRIBUTORS_QUICK_START.rst b/CONTRIBUTORS_QUICK_START.rst
index f2b88f234e..c88907560d 100644
--- a/CONTRIBUTORS_QUICK_START.rst
+++ b/CONTRIBUTORS_QUICK_START.rst
@@ -127,6 +127,7 @@ Docker Compose
 
 Pyenv and setting up virtual-env
 --------------------------------
+    Note: You might have issues with pyenv if you have a Mac with an M1 chip. 
Consider using virtualenv as an alternative.
 
 1. Install pyenv and configure your shell's environment for Pyenv as suggested 
in Pyenv `README 
<https://github.com/pyenv/pyenv/blob/master/README.md#installation>`_
 

Reply via email to