summaryrefslogtreecommitdiff
path: root/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
AgeCommit message (Collapse)Author
2014-03-17Don't lazy load the virtualenvwrapper.Felix Laurie von Massenbach
Fix robbyrussell#2355.
2013-10-16Add support .venv folder as virtual envLei Zhang
2013-06-08virtualenvwrapper plugin cleanupAndrew Grangaard
* removes cd override by using chpwd_functions * removes subshell call to which by using $+commands array and c param expansion to find in PATH * zsh love!
2013-05-21Fixed recursion. Git not needed for it to work.Germán M. Bravo
Avoid infinite `cd` loops under certain conditions. Try getting `.venv` from the current directory (not necessarily always using git)
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