#!/bin/sh ENVFOLDER=venv python -m venv "$ENVFOLDER" . "$ENVFOLDER"/bin/activate