ctf-tools/keystone/uninstall

11 lines
154 B
Text
Raw Normal View History

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