nuclearpinguin commented on a change in pull request #6942: [AIRFLOW-XXXX] Fix development packages installtion instructions URL: https://github.com/apache/airflow/pull/6942#discussion_r361816474
########## File path: LOCAL_VIRTUALENV.rst ########## @@ -122,21 +141,6 @@ Simply enter the Breeze environment by using ``workon`` and, once you are in it, ./breeze --initialize-local-virtualenv -Optional - create a local virtualenv with conda ------------------------------------------------ - -- install `miniconda3 <https://docs.conda.io/en/latest/miniconda.html>`_ - -.. code-block:: bash - - conda create -n airflow python=3.6 - conda activate airflow - pip install -U -e ".[devel,gcp,postgres,ssh]" - - # if necessary, start with a clean AIRFLOW_HOME, e.g. - # rm -rf ~/airflow - airflow db init Review comment: Why you skipped db init? ---------------------------------------------------------------- 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
