Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-02 | use lazy load for virtualenvwrapper | J. 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-25 | search virtualenvwrapper.sh in PATH | Cenk Alti | |
2012-08-25 | Added another path for virtualenvwrapper plugin | Cenk 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-25 | Added another path | David Barragan | |
2012-06-18 | remove readlink call and clean up | James Walker | |
2012-06-09 | Plugin which loads Python virtualenvwrapper and activates virtualenvs on cd ↵ | Jaiden Mispy | |
into git repos |