diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-30 13:40:15 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 12:59:17 +0100 |
| commit | a9d25bd676fd9078b71d0cd10467f6e90cc7ac31 (patch) | |
| tree | a0137f1e0cd1ae6c73b3411bf37602f0340a51bc | |
| parent | 3fafd2bfc0abb41421f8c6eb0a12cc78bd90da7f (diff) | |
| download | poky-a9d25bd676fd9078b71d0cd10467f6e90cc7ac31.tar.gz | |
toaster-manual: Made some updates for virtual environment section.
I moved the note that tells the user they have to initialize the
virtual environment every time before starting Toaster to the
correct location. I had it misplaced.
(From yocto-docs rev: 65258338e1ffb92ded573ea3b447b424b5f5fa97)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/toaster-manual/toaster-manual-start.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml index dc1020dd3e..65340a1b5e 100644 --- a/documentation/toaster-manual/toaster-manual-start.xml +++ b/documentation/toaster-manual/toaster-manual-start.xml | |||
| @@ -66,15 +66,6 @@ | |||
| 66 | <literallayout class='monospaced'> | 66 | <literallayout class='monospaced'> |
| 67 | $ sudo apt-get install python-virtualenv | 67 | $ sudo apt-get install python-virtualenv |
| 68 | </literallayout> | 68 | </literallayout> |
| 69 | If you do choose to set up a virtual environment in | ||
| 70 | which to run Toaster, you must initialize that | ||
| 71 | virtual environment each time you want to start | ||
| 72 | Toaster. | ||
| 73 | Use the following to initialize the environment just | ||
| 74 | before you start Toaster: | ||
| 75 | <literallayout class='monospaced'> | ||
| 76 | $ source venv/bin/activate | ||
| 77 | </literallayout> | ||
| 78 | </para></listitem> | 69 | </para></listitem> |
| 79 | <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis> | 70 | <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis> |
| 80 | <literallayout class='monospaced'> | 71 | <literallayout class='monospaced'> |
| @@ -83,6 +74,17 @@ | |||
| 83 | </literallayout> | 74 | </literallayout> |
| 84 | </para></listitem> | 75 | </para></listitem> |
| 85 | </orderedlist> | 76 | </orderedlist> |
| 77 | <note> | ||
| 78 | If you do choose to set up a virtual environment in | ||
| 79 | which to run Toaster, you must initialize that | ||
| 80 | virtual environment each time you want to start | ||
| 81 | Toaster. | ||
| 82 | Use the following to initialize the environment just | ||
| 83 | before you start Toaster: | ||
| 84 | <literallayout class='monospaced'> | ||
| 85 | $ source venv/bin/activate | ||
| 86 | </literallayout> | ||
| 87 | </note> | ||
| 86 | </para> | 88 | </para> |
| 87 | </section> | 89 | </section> |
| 88 | 90 | ||
