aboutsummaryrefslogtreecommitdiffstats
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)
downloadopenembedded-core-contrib-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 @@
<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'>