—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
In case your system's python is outdated, you could get a more recent version, say with mise or uv, and compile Vim against it; leaving here for reference as the wiki seems no longer editable
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
A detailed (self-answered?) Q&A at vi.stackexchange.com might also be a way to document this? see also executing uv from Vim, which is quite different but related.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I found out that I was too blindly following general instructions and instead :help if-pyth.txt hints at compiling dynamically instead for supporting different Python versions. The linked snippet was updated accordingly
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()