ctf-tools/keystone/uninstall

10 lines
135 B
Text
Raw Normal View History

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