summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-30 10:12:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-01 12:59:14 +0100
commitd0e413e0111f1e35bf7d670ca444339f66b7e2ce (patch)
treeecf6b5cec26d88f06577737ec1dfcfe62c2f98ae /documentation/toaster-manual
parent2b822400f4beebdf7fa52cf8a35f3ff9e3effbfd (diff)
downloadpoky-d0e413e0111f1e35bf7d670ca444339f66b7e2ce.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>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-start.xml9
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 608a505fac..dc1020dd3e 100644
--- a/documentation/toaster-manual/toaster-manual-start.xml
+++ b/documentation/toaster-manual/toaster-manual-start.xml
@@ -66,6 +66,15 @@
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>
69 </para></listitem> 78 </para></listitem>
70 <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis> 79 <listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis>
71 <literallayout class='monospaced'> 80 <literallayout class='monospaced'>