1 2 3 4 5 6
#!/bin/bash test -d venv && rm -Rf venv/ /usr/bin/env python3 -m virtualenv ./venv/ source ./venv/bin/activate pip install --editable .