Skip to content

Commit

Permalink
clarify breeze initialize virtualenv instructions (apache#9319)
Browse files Browse the repository at this point in the history
* you need to activate virtualenv, not enter breeze, before running the command
  • Loading branch information
dstandish authored Jun 16, 2020
1 parent 2fc13f0 commit d6e5e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LOCAL_VIRTUALENV.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6e5e7c

Please sign in to comment.