if hash "virtualenvwrapper.sh" 2>/dev/null; then export WORKON_HOME=~/dev/python if [ -e ${WORKON_HOME} ]; then mkdir -p $WORKON_HOME fi fi