diff --git a/env.sh b/env.sh index 3be4998..ef40a01 100644 --- a/env.sh +++ b/env.sh @@ -1,7 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-only # Copyright 2022 Jookia -activate() { . _build/venv/bin/activate; } +activate() { . venv/bin/activate; } die() { rm -r venv