summaryrefslogtreecommitdiff
path: root/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
AgeCommit message (Collapse)Author
2012-12-02use lazy load for virtualenvwrapperJ. Randall Hunt
Using lazy loading for virtualenvwrapper gives a mariginal speed improvement and doesn't stop workon_cd from working. It has the undesired effect of forcing you to call certain virtualenv commands twice before they work (only once per shell instantiation).
2012-08-25search virtualenvwrapper.sh in PATHCenk Alti
2012-08-25Added another path for virtualenvwrapper pluginCenk Alti
When you install python via brew on OSX, pip is installed into /usr/local/share/python/ and all packages installed with this pip are installed here.
2012-06-25Added another pathDavid Barragan
2012-06-18remove readlink call and clean upJames Walker
2012-06-09Plugin which loads Python virtualenvwrapper and activates virtualenvs on cd ↵Jaiden Mispy
into git repos