#!/bin/bash export SECRET_KEY=abcd1234 export DATABASE_URL=postgres://postgres:postgres@localhost:5432/skillbox export DEBUG=True export USE_AWS=False pipenv install --dev --system