62 Commits (43a9d037dc32574ae4f65006b88fe2c83beccfc5)

Author SHA1 Message Date
John Britton 457ade4f01 python: Remove pyenv init woraround for pyenv >= 2.3.0
11 months ago
Indrajit Raychaudhuri 52bf42f887 python: Expand Python command pattern per convention
1 year ago
mattmc3 da87c79b3a Add zstyle to skip aliases for additional modules
1 year ago
Jeff Widman e3a9583f33 Support `virtualenvwrapper` with / without `pyenv` `virtualenv-init` or `virtualenvwrapper` plugins
2 years ago
Jeff Widman ca9012c776 Set `EXTENDED_GLOB` in the python module
2 years ago
zbirenbaum d840f0fc7b Fix crash on open caused by incorrect conditional in python module
3 years ago
Thomas Blaschke 866d5dfccd Add conda to the list of requirements
3 years ago
Indrajit Raychaudhuri afe59b293b python: Update pyenv initialization flow per pyenv 2.0
3 years ago
Indrajit Raychaudhuri f0942e6dda python: Optimize completion for loading lazily on demand
3 years ago
Indrajit Raychaudhuri d686da3c03 python: Reformat and apply visual cleanup
3 years ago
Olaf Conradi e9197234cf
Add check for empty WORKON_HOME (#1861)
4 years ago
Joost Cassee 2d3763380c
Ask pyenv whether pip exists if installed (#1848)
4 years ago
Texas Toland ff91c8d410
Make .zcomp* location configurable (#1842)
4 years ago
Charith Amarasinghe d5bef142d4
Fix missing dependency on helper module for helpers added in #1793 (#1811)
5 years ago
Kaspar Vollenweider f4ca9ebfc9 feat(helper): add os-type helper functions
5 years ago
laggardkernel f596d5d1d6 python: improve PYENV_ROOT detection
5 years ago
Indrajit Raychaudhuri a338cba805 python: Use brace expansion for pip compctl match
6 years ago
Indrajit Raychaudhuri 9d3e2f0204
python: Expand compctl matches for pip variants
6 years ago
Indrajit Raychaudhuri a987c8bc8a
python: Fix pip compctl file match pattern
6 years ago
Indrajit Raychaudhuri e7fea3343f python: Use more apropriate filename for pip completion
6 years ago
Indrajit Raychaudhuri 53286ebbdb python: Make cached completion file mangling more reliable
6 years ago
Kaleb Elwert e9387a177e python: respect PYENV_ROOT if already set
6 years ago
Kaleb Elwert ee885d42de python: use pure's magic value for VIRTUAL_ENV_DISABLE_PROMPT
6 years ago
Steven Loria dacef14214 Improve startup time by skipping pyenv rehash
6 years ago
Casey McGinty 2995b7d0c8 Update cache files when .zpreztorc file is modified
6 years ago
Casey McGinty 6e179f24ab Export VIRTUAL_ENV_DISABLE_PROMPT when enabling virutalenv
6 years ago
Ashish Gandhi b6b43eb331 Rename "Mac OS X" to "macOS" in comments
7 years ago
bryndin e00562e7cf python: autoload add-zsh-hook when needed (#1549)
7 years ago
Kaleb Elwert 83085e5231 python: remove zstyle setting in favor of third party environment variable
7 years ago
Kaleb Elwert 4c31107e3b python: only override virtualenv python if not set
7 years ago
Kaleb Elwert d8d6b4d70a python: only override virtualenvwrapper python when needed
7 years ago
Kaleb Elwert e021adeb4a python: make a reasonable guess about virtualenvwrapper python location
7 years ago
ickc 96bbb31cc8 Added conda virtualenv support to python module. (#1505)
7 years ago
Kaleb Elwert 948d9b3aa5 Store cache files in a user-writable location
7 years ago
Greg Anders 9c528efa60 Explicitly set PYENV_ROOT
7 years ago
Indrajit Raychaudhuri 83ab314b77 [python] Refine pyenv based virtualenv management
7 years ago
Indrajit Raychaudhuri 5ffc8a07f1 [python] Ensure availability of virtualenvwrapper file before sourcing it
7 years ago
Zach Whaley 3194442759 Edit pyenv virtualenv-init check to support non-brew installations
7 years ago
Indrajit Raychaudhuri 8d7e3e27c7 [python] Detect availability of virtualenv plugins as well as pyenv
7 years ago
Indrajit Raychaudhuri 19435b16ea [python] Improve and document `virtualenvwrapper` initialization flow
7 years ago
Indrajit Raychaudhuri bcbaea27af [python] Detect actual `pip` command available for generating completion cache
7 years ago
Kaleb Elwert 899c176942 python: add ubuntu locations for virtualenvwrapper.sh
7 years ago
Matthew Crenshaw ecc34e0051 Move virtualenv auto-switch cwd hook optional loader out from inside unrelated if statement (#1338)
7 years ago
Matthew Crenshaw 08e39a587f Python virtualenv auto workon cwd hook (#1300)
7 years ago
Kaleb Elwert 2794f95d3e Use the lazy-loaded version of virtualenvwrapper if available
7 years ago
Kaleb Elwert 1050a0a290 Add better support for pyenv virtualenvs
7 years ago
Indrajit Raychaudhuri 4f87376b50 Add support for 'pip', 'pip2', 'pip3' completion
8 years ago
Calvin Smith a7729561e8 Add support for skipping VIRTUALENVWRAPPER init in modules/python (#598)
8 years ago
Humberto Morales fea08d4e50 [Fix #669] Do not use lazy virtualenvwrapper
10 years ago
Sorin Ionescu a84ac5b002 Only one newline at end of file
10 years ago