#!/bin/bash if $WITH_PANDAS then pip install pandas echo "pandas installed" fi