]> git.phdru.name Git - bookmarks_db.git/blob - bkmk-venv
Fix(Py3): Reconfigure logs to write in UTF-8
[bookmarks_db.git] / bkmk-venv
1 # This is not a shell script; it shouldn't be executed,
2 # it should be sourced into the current shell.
3
4 if [ -z "$VIRTUAL_ENV" ]; then
5     test -d .venv || python3 -m virtualenv .venv
6     . .venv/bin/activate &&
7     pip install --compile --upgrade beautifulsoup4 lxml m_lib.full ||
8     exit 1
9 fi