mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +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
64ccb07092
commit
4ef59fe419
@@ -65,15 +65,6 @@
|
||||
distribution rather than using <filename>pip</filename>.
|
||||
<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>
|
||||
@@ -83,6 +74,17 @@
|
||||
</literallayout>
|
||||
</para></listitem>
|
||||
</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>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user