Skip to content
Snippets Groups Projects
Commit 43a1e386 authored by Adrian Andreias's avatar Adrian Andreias Committed by Radosław Piliszek
Browse files

[docs] Add python3-venv package to quickstart.rst

Python virtual environment creation fails on a fresh system if
python3-venv is not installed (Debian/Ubuntu).

Installation instructions used to be in the Quick Start guide, but
were removed in kolla-ansible/+/735894

Change-Id: I867322ee43d509fe46b6afba9216586515fee0d5
parent 90d0900e
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,16 @@ Install dependencies using a virtual environment ...@@ -62,6 +62,16 @@ Install dependencies using a virtual environment
If not installing Kolla Ansible in a virtual environment, skip this section. If not installing Kolla Ansible in a virtual environment, skip this section.
#. Install the virtual environment dependencies.
For CentOS or RHEL 8, you don't need to do anything.
For Debian or Ubuntu, run:
.. code-block:: console
sudo apt install python3-venv
#. Create a virtual environment and activate it: #. Create a virtual environment and activate it:
.. code-block:: console .. code-block:: console
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment