bundlewrap/.envrc
mwiegand 005c640b1f wip
2021-06-16 23:56:31 +02:00

5 lines
81 B
Bash

#!/usr/bin/env bash
python3 -m venv .venv
source ./.venv/bin/activate
unset PS1