#!/usr/bin/env bash

. $HOME/scripts/activate_ve 've'
python -m fire machineconfig.jobs.python.checkout_version main
if [ -n "$VIRTUAL_ENV" ]; then
  deactivate || true

fi
