#!/bin/sh
#
echo "* Creating virtual env"
./mkvenv
echo "* Creating link in homedirectory"
ln -s `pwd` ~/bin