Running Kolla Build in development

The alternative way to run in development

Sometimes, developers prefer to manage their venvs themselves. This is also possible. Remember to install in editable mode (-e). Run the following from inside the repository:

python3 -m venv ~/path/to/venv
source ~/path/to/venv/bin/activate
python3 -m pip install -e .
kolla-build ...