You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/06/20 16:53:17 UTC

[airflow] 18/25: clarify breeze initialize virtualenv instructions (#9319)

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 73182269e4ba4fdadae21f0bb301c88b7d312702
Author: dstandish <ds...@users.noreply.github.com>
AuthorDate: Tue Jun 16 11:38:42 2020 -0700

    clarify breeze initialize virtualenv instructions (#9319)
    
    * you need to activate virtualenv, not enter breeze, before running the command
    
    (cherry picked from commit d6e5e7ce52f0a4b28dee29a64bcd2f5d6b152c92)
---
 LOCAL_VIRTUALENV.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index e45e76c..cd66ea4 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -141,7 +141,7 @@ You can solve the problem by:
 
 Note that if you have the Breeze development environment installed, the ``breeze``
 script can automate initializing the created virtualenv (steps 2 and 3).
-Simply enter the Breeze environment by using ``workon`` and, once you are in it, run:
+Activate your virtualenv, e.g. by using ``workon``, and once you are in it, run:
 
 .. code-block:: bash