jmcarp commented on a change in pull request #5090: 
[AIRFLOW-4296][AIP-3-subtask-18] Remove py2 in ci process
URL: https://github.com/apache/airflow/pull/5090#discussion_r275205948
 
 

 ##########
 File path: scripts/ci/kubernetes/docker/airflow-test-env-init.sh
 ##########
 @@ -19,7 +19,7 @@
 
 set -x
 
-cd /usr/local/lib/python2.7/dist-packages/airflow && \
+cd /usr/local/lib/python3.6/dist-packages/airflow && \
 
 Review comment:
   It looks like this path should use `python3.5` instead of `python3.6`. 
Xenial LTS installs `python3.5` unless we add a new PPA.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to