Zoltan Kohalmy
Results
2
comments of
Zoltan Kohalmy
Deleting the existing virtualenv directory did help me. ```bash $ poetry run python -m site sys.path = [ ... '/Users/user-name/Library/Caches/pypoetry/virtualenvs/some-project/lib/python3.10/site-packages', ] ``` After this I just simply ran ```bash poetry...
Updating the plugin fixed if for me. - `:Lazy` - go to the plugin's line (under the loaded header) - press `u` for update - restart nvim