Tag: python
Previously I have written
about what I tried and what did and did not work while trying to satisfy
neovim's :checkhealth command while detecting the Python provider on Mac
M3.
Yeah, the solution worked but it was less than optimal, due to the use of
--break-system-packages option…
Note: This article is misleading. There is a
more recent one which you
should consider reading first.
I decided to write down a bit of details about how I was able to install
python requirements for neovim on Mac M3, because as it turns out, it is
not as straightforward as doing …