You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/09 21:33:47 UTC

[GitHub] [airflow] ashb commented on a change in pull request #7390: [AIRFLOW-6764] Fixed environment installation for Linux

ashb commented on a change in pull request #7390: [AIRFLOW-6764] Fixed environment installation for Linux
URL: https://github.com/apache/airflow/pull/7390#discussion_r376817404
 
 

 ##########
 File path: breeze
 ##########
 @@ -904,7 +904,7 @@ if [[ ${INITIALIZE_LOCAL_VIRTUALENV} == "true" ]]; then
         if [[ ${SYSTEM} == "Darwin" ]]; then
             echo "  brew install sqlite mysql postgresql"
         else
-            echo "  sudo apt-get install openssl sqlite libmysqlclient-dev libmysqld-dev postgresql --confirm"
+            echo "  sudo apt-get install python3-dev python-dev openssl sqlite default-libmysqlclient-dev libmysqld-dev postgresql --confirm"
 
 Review comment:
   Why python-dev and python3-dev?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services