[RTEMS Project] #3929: Document use of virtualenv
RTEMS trac
trac at rtems.org
Sat Apr 4 18:15:30 UTC 2020
#3929: Document use of virtualenv
---------------------------+---------------------------
Reporter: Gedare Bloom | Owner: Needs Funding
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.1
Component: doc | Version: 6
Severity: normal | Keywords:
Blocked By: | Blocking:
---------------------------+---------------------------
The use of python virtualenv to build docs or use RSB has been suggested a
few times. We should provide a brief sketch in our documentation about
that utility.
For example, in modern versions of Arch Linux, `python` is now a shortcut
to `python3` from the `python` package. For tools that do not yet function
in Python 3, users can set up a virtual environment with Python 2 as
follows:
At a root terminal, install `python2-virtualenv` with `pacman`.
{{{
# pacman -S python2-virtualenv
}}}
Examples of other architectures and uses for virtualenv would round out a
reasonable section in the user manual for Preparation.
--
Ticket URL: <http://devel.rtems.org/ticket/3929>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list