#!/bin/bash
# needed for some tests
export LC_ALL=C.UTF-8
export LANG=C.UTF-8
export PG_USER="postgres"
export PG_PORT=5432
export OPENSSL_CONF=/etc/ssl/
python -m venv vbvvenv
source vbvvenv/bin/activate
export PATH="$PWD/vbvvenv/bin:$PATH"