#!/bin/bash set -e -o pipefail ctf-tools-venv-activate pip uninstall -y keystone-engine pushd keystone/build PREFIX="$VIRTUAL_ENV" make uninstall popd