mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
2b822400f4
commit
d0e413e011
@@ -65,6 +65,15 @@
|
|||||||
distribution rather than using <filename>pip</filename>.
|
distribution rather than using <filename>pip</filename>.
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ sudo apt-get install python-virtualenv
|
$ 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>
|
</literallayout>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis>
|
<listitem><para><emphasis>Create and Activate a Virtual Environment:</emphasis>
|
||||||
|
|||||||
Reference in New Issue
Block a user