O problema não é a instalação, está nos seus plugins ou na instalação do python.
Remova /Users/myname/.vim/bundle, talvez todo o /Users/myname/.vim/ e tente novamente.
BTW, eu acho que você não está falando sobre vi, mas vim.
Basicamente, quando tento executar vi
, tenho o seguinte erro (e depois de abri-lo, há muitos erros):
Error detected while processing function UltiSnips#bootstrap#Bootstrap:
line 35:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/__init__.py", line 8, in <module>
from UltiSnips.snippet_manager import SnippetManager
File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet_manager.py", line 16, in <module>
from UltiSnips.snippet.definition import UltiSnipsSnippetDefinition
File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/definition/__init__.py", line 3, in <module>
from UltiSnips.snippet.definition.ultisnips import UltiSnipsSnippetDefinition
File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/definition/ultisnips.py", line 6, in <module>
from UltiSnips.snippet.definition._base import SnippetDefinition
File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/definition/_base.py", line 12, in <module>
from UltiSnips.text_objects import SnippetInstance
File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/text_objects/__init__.py", line 9, in <module>
from UltiSnips.text_objects._shell_code import ShellCode
File "/Users/myname/.vim/bundle/ultisnips/pythonx/UltiSnips/text_objects/_shell_code.py", line 10, in <module>
import tempfile
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/tempfile.py", line 32, in <module>
import io as _io
File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py", line 51, in <module>
import _io
ImportError: dlopen(/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so, 2): Symbol not found: __PyErr_ReplaceException
Referenced from: /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
Expected in: flat namespace
in /usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so
Basicamente, quero reinstalar vi
.
No entanto, depois de seguir as instruções:
Ainda tenho esse erro. O que devo fazer?
Na minha memória, uma vez eu acidentalmente apaguei /usr/local/bin
...
não tenho certeza se isso afeta ...
O problema não é a instalação, está nos seus plugins ou na instalação do python.
Remova /Users/myname/.vim/bundle, talvez todo o /Users/myname/.vim/ e tente novamente.
BTW, eu acho que você não está falando sobre vi, mas vim.