xinbinhuang commented on a change in pull request #6942: [AIRFLOW-XXXX] Fix development packages installtion instructions URL: https://github.com/apache/airflow/pull/6942#discussion_r361909556
########## File path: LOCAL_VIRTUALENV.rst ########## @@ -91,22 +91,41 @@ To use your IDE for Airflow development and testing, you need to configure a vir environment. Ideally you should set up virtualenv for all Python versions that Airflow supports (3.5, 3.6). -Consider using one of the following utilities to create virtual environments and easily -switch between them with the ``workon`` command: - -- `pyenv <https://github.com/pyenv/pyenv>`_ -- `pyenv-virtualenv <https://github.com/pyenv/pyenv-virtualenv>`_ -- `virtualenvwrapper <https://virtualenvwrapper.readthedocs.io/en/latest/>`_ - To create and initialize the local virtualenv: 1. Create an environment as follows: - ``mkvirtualenv <ENV_NAME> --python=python<VERSION>`` + a. Consider using one of the following utilities to create virtual environments and easily switch between them with the ``workon`` command: + + - `pyenv <https://github.com/pyenv/pyenv>`_ + - `pyenv-virtualenv <https://github.com/pyenv/pyenv-virtualenv>`_ + - `virtualenvwrapper <https://virtualenvwrapper.readthedocs.io/en/latest/>`_ + + ``mkvirtualenv <ENV_NAME> --python=python<VERSION>`` + + b. Create a local virtualenv with conda Review comment: @nuclearpinguin A kindly reminder :). PTAL. Thanks! ---------------------------------------------------------------- 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
