bundlewrap/.envrc
mwiegand d2f6d28137 wip
2021-06-30 22:55:44 +02:00

8 lines
178 B
Bash

#!/usr/bin/env bash
python3 -m venv .venv
source ./.venv/bin/activate
export BW_GIT_DEPLOY_CACHE="$(realpath ~)/.cache/bw/git_deploy"
mkdir -p "$BW_GIT_DEPLOY_CACHE"
unset PS1