mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
toaster-manual: Made some updates for virtual environment section.
I moved the note that tells the user they have to initialize the virtual environment every time before starting Toaster to the correct location. I had it misplaced. (From yocto-docs rev: 65258338e1ffb92ded573ea3b447b424b5f5fa97) 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
3fafd2bfc0
commit
a9d25bd676
@@ -65,15 +65,6 @@
|
|||||||
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>
|
||||||
@@ -83,6 +74,17 @@
|
|||||||
</literallayout>
|
</literallayout>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</orderedlist>
|
</orderedlist>
|
||||||
|
<note>
|
||||||
|
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>
|
||||||
|
</note>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user