1. 10 Feb, 2015 2 commits
    • Marc Cornellà's avatar
      b6291166
    • Brandon Sandrowicz's avatar
      Fixing virtualenvwrapper plugin for Ubuntu (and Debian) · 4161aa4f
      Brandon Sandrowicz authored
      Ubuntu and Debian store the system-installed virtualenvwrapper in
      /etc/bash_completion.d/virtualenvwrapper, so that it gets automatically sourced
      at startup in Bash. By not putting it somewhere in $PATH, they end up excluding
      others (e.g. Zsh) that might want to use that file. Oops!
      
      The virtualenvwrapper plugin should account for this so that Ubuntu (or Debian)
      users don't end up with this message:
      
      zsh virtualenvwrapper plugin: Cannot find virtualenvwrapper.sh. Please install with `pip install virtualenvwrapper`.
      
      even when they have a virtualenvwrapper installed to a known location.
      4161aa4f
  2. 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
  3. 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
  4. 17 Mar, 2014 1 commit
  5. 16 Oct, 2013 1 commit
  6. 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
  7. 21 May, 2013 1 commit
  8. 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
  9. 25 Aug, 2012 2 commits
  10. 25 Jun, 2012 1 commit
  11. 18 Jun, 2012 1 commit
  12. 09 Jun, 2012 1 commit