This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 6e4d7501654e84fd1972ff103389f229c794fbe7 Author: Patrick Cando <[email protected]> AuthorDate: Fri Oct 2 10:04:19 2020 +0100 Add Python version to Breeze cmd (#11228) (cherry picked from commit e37dfc8588448c2fb1e9c77d67462f06cd10039a) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d1bc4ca..7af8813 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -280,7 +280,7 @@ To generate a local version: .. code-block:: bash - ./breeze initialize-local-virtualenv + ./breeze initialize-local-virtualenv --python 3.6 6. Open your IDE (for example, PyCharm) and select the virtualenv you created as the project's default virtualenv in your IDE.
