Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. E837: This Vim cannot execute :py3 after using :python
  2. E263: Sorry, this command is disabled, the Python library could not be loaded.
  3.  
  4. 60 " let Vundle manage Vundle, required
  5. 61 Plugin 'gmarik/Vundle.vim'
  6. 62 "Bundle 'Valloric/YouCompleteMe'
  7. 63 Plugin 'tmhedberg/SimpylFold'
  8. 64 Plugin 'vim-scripts/indentpython.vim'
  9. 65 Plugin 'scrooloose/syntastic'
  10. 66 Plugin 'scrooloose/nerdtree'
  11. 67 Plugin 'jistr/vim-nerdtree-tabs'
  12. 68 Plugin 'kien/ctrlp.vim'
  13. 69 Plugin 'tpope/vim-fugitive'
  14. 70 Plugin 'nvie/vim-flake8'
  15. 71 "Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
  16. 72 Plugin 'vim-airline/vim-airline'
  17. 73 Plugin 'vim-airline/vim-airline-themes'
  18. 74 Bundle 'klen/python-mode'
  19. 75 Plugin 'jmcantrell/vim-virtualenv'
  20.  
  21. alternatives --install /usr/bin/python python /usr/bin/python3.5 2
  22. alternatives --install /usr/bin/python python /usr/bin/python2.7 1
  23.  
  24. VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 2 2016 10:02:17)
  25. Included patches: 1-1868
  26. Modified by <bugzilla@redhat.com>
  27. Compiled by <bugzilla@redhat.com>
  28. Huge version without GUI.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement