#!/bin/sh

virtualenv_sh_verify_workon_home || return 1
virtualenv_sh_verify_active_virtualenv || return 1

cd "$VIRTUAL_ENV"/"$1"
