Fokko closed pull request #4104: [AIRFLOW-XXX] Fix incorrect statement in 
contributing guide
URL: https://github.com/apache/incubator-airflow/pull/4104
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f114c66585..345a5a95a8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -106,10 +106,7 @@ There are three ways to setup an Apache Airflow 
development environment.
 
   ```
   # Start docker in your Airflow directory
-  docker run -t -i -v `pwd`:/airflow/ -w /airflow/ -e 
SLUGIFY_USES_TEXT_UNIDECODE=yes python:2 bash
-
-  # Go to the Airflow directory
-  cd /airflow/
+  docker run -t -i -v `pwd`:/airflow/ -w /airflow/ -e 
SLUGIFY_USES_TEXT_UNIDECODE=yes python:3 bash
 
   # Install Airflow with all the required dependencies,
   # including the devel which will provide the development tools


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to