potiuk commented on a change in pull request #7390: [AIRFLOW-6764] Fixed
environment installation for Linux
URL: https://github.com/apache/airflow/pull/7390#discussion_r376819516
##########
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:
Just in case. I want to backport it to 1.10 so I want it to work there as
well. There are still some distros that have python2 as default and it will be
like that for a while so it's better to leave it like that just in case.
----------------------------------------------------------------
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