From d0e413e0111f1e35bf7d670ca444339f66b7e2ce Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 30 Mar 2015 10:12:22 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/toaster-manual/toaster-manual-start.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'documentation/toaster-manual') 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 @@ -65,6 +65,15 @@ distribution rather than using pip. $ sudo apt-get install python-virtualenv + + 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: + + $ source venv/bin/activate Create and Activate a Virtual Environment: -- cgit v1.2.3-54-g00ecf