diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-03-30 10:12:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-01 17:36:09 +0100 |
commit | 07fc680a4a8642277f9ec48b1896605fab3efe1e (patch) | |
tree | 7129a613996a0daa98d7a7f4fe29dc02e9f66b64 | |
parent | 8ab5bc3e1e0817319ad5638c1838edf86f9335be (diff) | |
download | ast2050-yocto-poky-07fc680a4a8642277f9ec48b1896605fab3efe1e.zip ast2050-yocto-poky-07fc680a4a8642277f9ec48b1896605fab3efe1e.tar.gz |
toaster-manual: Added note telling user to initialize virtual env
The user must re-initialize the virtual environment (if installed)
prior to starting Toaster each time.
(From yocto-docs rev: b0daa23784f17778f758b0572f90f9293a822812)
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml index 608a505..dc1020d 100644 --- a/documentation/toaster-manual/toaster-manual-start.xml +++ b/documentation/toaster-manual/toaster-manual-start.xml @@ -66,6 +66,15 @@ <literallayout class='monospaced'> $ sudo apt-get install python-virtualenv </literallayout> + If you do choose to set up a virtual environment in + which to run Toaster, you must initialize that + virtual environment each time you want to start + Toaster. + Use the following to initialize the environment just + before you start Toaster: + <literallayout class='monospaced'> + $ source venv/bin/activate + </literallayout> </para></listitem> <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis> <literallayout class='monospaced'> |