Add support for virtualenvwrapper if its present
This commit is contained in:
5
plugins/virtualenv.plugin.bash
Normal file
5
plugins/virtualenv.plugin.bash
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# make sure virtualenvwrapper is enabled if availalbe
|
||||||
|
[[ `which virtualenvwrapper.sh` ]] && . virtualenvwrapper.sh
|
||||||
|
|
||||||
Reference in New Issue
Block a user