# before
zinit lucid wait has'pyenv-virtualenv-init' atclone'pyenv virtualenv-init - > pyenv-venv.zsh' atpull'%atclone' pick'pyenv-venv.zsh' nocompile'!' id-as'pyenv-venv2' for @zdharma-continuum/null
Downloading zdharma-continuum/null… (at label: pyenv-venv2…)
Cloning into '$HOME/.local/share/zinit/plugins/pyenv-venv2'...
==> Compiling pyenv-venv.zsh [OK]
# after
zinit lucid wait has'pyenv-virtualenv-init' eval'pyenv virtualenv-init -' id-as'pyenv-venv1' for @zdharma-continuum/null
Downloading zdharma-continuum/null… (at label: pyenv-venv1…)
Cloning into '$HOME/.local/share/zinit/plugins/pyenv-venv1'...
==> No files for compilation found
Warning: ∞zinit-compile-plugin-hook hook returned with 1
[eval] Caching output of (`pyenv virtualenv-init -…')
I notice the "No files for compilation found" warning when using the eval ice. However, the zwc file does exist:
ls $HOME/.local/share/zinit/plugins/pyenv-venv1
LICENSE.md evalcache.zsh evalcache.zsh.zwc readme.md
Is there a way to make sure zinit loaded the complied version? Is this error benign / can it be fixed?
I notice the "No files for compilation found" warning when using the
evalice. However, thezwcfile does exist:ls $HOME/.local/share/zinit/plugins/pyenv-venv1 LICENSE.md evalcache.zsh evalcache.zsh.zwc readme.mdIs there a way to make sure zinit loaded the complied version? Is this error benign / can it be fixed?