I would like to enable Python auto-completion in Vim so maybe this is a non-issue. This is what I've observed:
First, Virtual Environments provides the ability to assign an interpreter on a per-project basis. The assumption being both Python 2.x AND Python 3.x could potentially be used.
I've installed both python 2.x and python3 - no issues.
While installing Vim via Homebrew, no matter what happens only support support for one interpreter is compiled in:
/usr/local/bin/vim --version
...
- +python3 -python, or
- -python3 +python
Q: for the purposes of achieving python auto-completion:
- Is this a real problem?
- If it is, what's the solution?