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:
[email protected]
With regards,
Apache Git Services