uranusjr commented on a change in pull request #19042:
URL: https://github.com/apache/airflow/pull/19042#discussion_r730852844
##########
File path: CONTRIBUTORS_QUICK_START.rst
##########
@@ -136,8 +136,8 @@ Pyenv and setting up virtual-env
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev
libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git
- $ sudo apt install build-essentials python3.6-dev python3.7-dev
python3.8-dev python3.9-dev python-dev openssl \
- sqlite sqlite-dev default-libmysqlclient-dev libmysqld-dev postgresql
+ $ sudo apt install build-essential python3-dev openssl \
+ sqlite libsqlite3-dev default-libmysqlclient-dev libmysqlclient-dev
postgresql
Review comment:
Actually, since we'll be installing Python with pyenv anyway, I don't
think we even need the `python3-dev` package at all. Both `build-essential` and
`libsqlite3-dev` can be removed as well since they are already installed in the
command above.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]