#!/bin/bash # Script to run a Python file using the local virtualenv source bin/activate bin/python $@