Skip to content

Commit

Permalink
Update CONTRIBUTORS_QUICK_START.rst with note on pyenv for Mac M1 (ap…
Browse files Browse the repository at this point in the history
…ache#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 including a note on a pyenv alternative.
  • Loading branch information
RNHTTR authored Apr 27, 2022
1 parent d93908d commit 3a075ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS_QUICK_START.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_

Expand Down

0 comments on commit 3a075ee

Please sign in to comment.