Skip to content

Commit d0faadf

Browse files
adrianandreiasyoctozepto
authored andcommitted
[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 (cherry picked from commit 43a1e38)
1 parent 8558f1f commit d0faadf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/source/user/quickstart.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ Install dependencies using a virtual environment
6262

6363
If not installing Kolla Ansible in a virtual environment, skip this section.
6464

65+
#. Install the virtual environment dependencies.
66+
67+
For CentOS or RHEL 8, you don't need to do anything.
68+
69+
For Debian or Ubuntu, run:
70+
71+
.. code-block:: console
72+
73+
sudo apt install python3-venv
74+
6575
#. Create a virtual environment and activate it:
6676

6777
.. code-block:: console

0 commit comments

Comments
 (0)