1. 19 Feb, 2015 1 commit
  2. 16 Feb, 2015 3 commits
  3. 15 Feb, 2015 1 commit
  4. 13 Feb, 2015 2 commits
  5. 10 Feb, 2015 20 commits
  6. 09 Feb, 2015 3 commits
  7. 05 Feb, 2015 1 commit
  8. 04 Feb, 2015 2 commits
  9. 01 Feb, 2015 2 commits
  10. 12 Jan, 2015 2 commits
  11. 10 Jan, 2015 1 commit
  12. 08 Jan, 2015 1 commit
  13. 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