VENV constant didn't set correct in quick install

On a fresh installation on Ubuntu 18.04, when running quick install script it seems that no VENV constant has been set. As result error about install-config.ym.

So the solution is to set and export VENV manually

VENV=/home/user/.virtualenvs/cchq
export VENV

It seems like a bug.

Hi, @robynton .

Thank you for raising this; we'll look into it.

I presume you have come right after exporting the environment variable manually?

Kind regards

Yes, setup would continue normal after manually set.