Add support for virtualenvwrapper if its present

pull/39/head
Travis Swicegood 2011-03-02 23:49:30 -06:00
parent ba9b5d22df
commit 27baae9cb3
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
# make sure virtualenvwrapper is enabled if availalbe
[[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh