diff options
| author | Jenkins <jenkins@review.openstack.org> | 2011-12-09 00:53:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2011-12-09 00:53:27 +0000 |
| commit | 435d6d8bb5d156eda65a502a610743e569f86173 (patch) | |
| tree | 878304fb0981f2ce3838d4aa1a065519044717e1 /doc/source | |
| parent | 9550ca832c02a72d7877af5c9e60b0e1e8837cf1 (diff) | |
| parent | 5235106e95681a2942a083aff7c00d385bd10489 (diff) | |
Merge "Rename .nova-venv to .venv."
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/devref/development.environment.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index 1e81b4cfa..ce5b721b7 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -96,7 +96,7 @@ Grab the code from GitHub:: Running unit tests ------------------ -The unit tests will run by default inside a virtualenv in the ``.nova-venv`` +The unit tests will run by default inside a virtualenv in the ``.venv`` directory. Run the unit tests by doing:: ./run_tests.sh @@ -130,7 +130,7 @@ If all goes well, you should get a message something like this:: To activate the Nova virtualenv for the extent of your current shell session you can run:: - $ source .nova-venv/bin/activate + $ source .venv/bin/activate Or, if you prefer, you can run commands in the virtualenv on a case by case basis by running:: |
