I have set up vim on a new machine according to Vimlander-2-The-Quickening, but I keep running into the following errors when I open a file in command mode: :e /path/to/file, :vs /path/to/file, or :sp /path/to/file. Does anyone recognize these errors or resolved them?
Error detected while processing function <SNR>62_UseConfigFiles[26]..<SNR>62_Initialize[47]..<SNR>62_InitializePythonBuiltin:
line 23:
E887: Sorry, this command is disabled, the Python's site module could not be loaded.
Error detected while processing function <SNR>62_UseConfigFiles[41]..<SNR>62_UseConfigFiles_Python_Builtin:
line 6:
E887: Sorry, this command is disabled, the Python's site module could not be loaded.
I suspect there is something wrong with my shell config, but it's hard to identity the cause of the problem.
I suspect there is something wrong with my shell config and how it loads Python, but it's hard to identity the cause of the problem.
:scriptnamesand possibly also to your python config. – Christian Brabandt Jan 04 '18 at 14:57:scriptnames– Christian Brabandt Jan 04 '18 at 15:46