1. 19 Nov, 2019 1 commit
  2. 06 Jun, 2018 1 commit
    • Marc Cornellà's avatar
      virtualenvwrapper: set $WORKON_HOME if undefined · f461d21d
      Marc Cornellà authored
      This uses the default that virtualenvwrapper.sh would set if it was called. If the user
      changes its value after the plugin is loaded, the plugin will work all the same.
      
      Fixes #6882
      Closes #6870
      Closes #6883
      f461d21d
  3. 26 May, 2018 1 commit
  4. 13 May, 2018 1 commit
  5. 07 Aug, 2015 1 commit
  6. 03 Jul, 2015 1 commit
  7. 29 Jun, 2015 1 commit
  8. 13 Jun, 2015 1 commit
  9. 21 May, 2015 1 commit
  10. 10 Feb, 2015 3 commits
  11. 07 Jan, 2015 1 commit
    • Jyrki Pulliainen's avatar
      virtualenvwrapper: Deactivate only if in virtualenv · 833e6f59
      Jyrki Pulliainen authored
      If user manually deactivates the virtualenv when using this mode, zsh
      will produce following error:
      
          deactivate:12: command not found: virtualenv_deactivate
      
      To avoid this, check that the VIRTUAL_ENV flag is set before trying to
      automatically deactivate the virtual environment.
      
      Fixes #2185
      833e6f59
  12. 28 Nov, 2014 1 commit
    • benjaoming's avatar
      Throw an error message when $WORKON_HOME is not set · 4b05e548
      benjaoming authored
      Took me a while to figure this one out, and I have a default installation of virtualenvwrapper -- this is a soft fix, just put an error message. But perhaps the fix should be to use the default value `~/.virtualenvs`.
      4b05e548
  13. 17 Mar, 2014 1 commit
  14. 16 Oct, 2013 1 commit
  15. 08 Jun, 2013 1 commit
    • Andrew Grangaard's avatar
      virtualenvwrapper plugin cleanup · e73dd2cd
      Andrew Grangaard authored
      * 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!
      e73dd2cd
  16. 21 May, 2013 1 commit
  17. 02 Dec, 2012 1 commit
    • J. Randall Hunt's avatar
      use lazy load for virtualenvwrapper · b9d5a390
      J. Randall Hunt authored
      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).
      b9d5a390
  18. 25 Aug, 2012 2 commits
  19. 25 Jun, 2012 1 commit
  20. 18 Jun, 2012 1 commit
  21. 09 Jun, 2012 1 commit