Age | Commit message (Expand) | Author |
2022-02-10 | fix(virtualenvwrapper): only deactivate if virtual env is still present (#10671) | Zachary Cutlip |
2021-06-11 | fix(virtualenvwrapper): several changes for checking git directory, including... | Dom Sekotill |
2020-05-26 | virtualenvwrapper: fix load and detection logic | Marc Cornellà |
2020-03-22 | virtualenvwrapper: look in $HOME/.local/bin directory (#8758) | Hector S |
2020-02-07 | virtualenvwrapper: rewrite init script location code (#8521) | Alastair Rankine |
2020-01-19 | virtualenvwrapper: fix finding script on Ubuntu 19.10 (#8451) | Jimmy Merrild Krag |
2019-12-20 | Change order of automatic virtualenv activation/deactivation (#6687) | Jay Tavares |
2019-11-19 | Use safer append to hook function arrays (#8406) | Jacob Tomaw |
2019-10-07 | virtualenvwrapper: add README (#8226) | Michael C |
2018-06-06 | virtualenvwrapper: set $WORKON_HOME if undefined | Marc Cornellà |
2018-05-26 | Prefer virtualenvwrapper_lazy (#6842) | Lorenzo Bolla |
2018-05-13 | Fix default location of the virtualenvwrapper script (#6348) | Ian Chesal |
2015-08-07 | Add quotes to support folders with whitespace | Marc Cornellà |
2015-07-02 | virtualenvwrapper: treat git repos as project roots again (instead of requiri... | Andrew Janke |
2015-06-29 | virtualenvwrapper: Replace "realpath" with portable zsh-native `:A` and `:h` ... | Andrew Janke |
2015-06-14 | Merge pull request #3918 from cbazin/master | Robby Russell |
2015-06-13 | use local options to set no_equals before sourcing bash completion script | Tommy Wang |
2015-05-21 | Detect the .venv in any parent directory of the current directory | epelletier |
2015-02-10 | Simplify adding workon_cwd to chpwd hook | Marc Cornellà |
2015-02-10 | Organize error checking in virtualenwrapper plugin | Marc Cornellà |
2015-02-10 | Fixing virtualenvwrapper plugin for Ubuntu (and Debian) | Brandon Sandrowicz |
2015-01-07 | virtualenvwrapper: Deactivate only if in virtualenv | Jyrki Pulliainen |
2014-11-28 | Throw an error message when $WORKON_HOME is not set | benjaoming |
2014-03-17 | Don't lazy load the virtualenvwrapper. | Felix Laurie von Massenbach |
2013-10-16 | Add support .venv folder as virtual env | Lei Zhang |
2013-06-08 | virtualenvwrapper plugin cleanup | Andrew Grangaard |
2013-05-21 | Fixed recursion. Git not needed for it to work. | Germán M. Bravo |
2012-12-02 | use lazy load for virtualenvwrapper | J. Randall Hunt |
2012-08-25 | search virtualenvwrapper.sh in PATH | Cenk Alti |
2012-08-25 | Added another path for virtualenvwrapper plugin | Cenk Alti |
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 i... | Jaiden Mispy |