#!/bin/bash #================================================= # COMMON VARIABLES #================================================= # dependencies used by the app (must be on a single line) pkg_dependencies="python3-setuptools python3-virtualenv python3-dev" #================================================= # PERSONAL HELPERS #================================================= #================================================= # EXPERIMENTAL HELPERS #================================================= #================================================= # FUTURE OFFICIAL HELPERS #=================================================