Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#3929 closed enhancement (fixed)

Document use of virtualenv

Reported by: Gedare Bloom Owned by: Needs Funding
Priority: normal Milestone: 6.1
Component: doc Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

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.

Change History (1)

comment:1 Changed on 11/29/22 at 22:04:28 by Chris Johns

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.