summaryrefslogtreecommitdiffstats
path: root/documentation
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 17:36:09 +0100
commit07fc680a4a8642277f9ec48b1896605fab3efe1e (patch)
tree7129a613996a0daa98d7a7f4fe29dc02e9f66b64 /documentation
parent8ab5bc3e1e0817319ad5638c1838edf86f9335be (diff)
downloadpoky-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>
Diffstat (limited to 'documentation')
-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'>