Skip to content

Commit

Permalink
Add support for virtualenvwrapper if its present
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Mar 3, 2011
1 parent ba9b5d2 commit 27baae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/virtualenv.plugin.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

# make sure virtualenvwrapper is enabled if availalbe
[[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh

0 comments on commit 27baae9

Please sign in to comment.