How to install and use jedi-vim python IDE for vim on ubuntu

14,941

Solution 1

Did you setup vim-addon-manager?

vim-addons status
vim-addons install python-jedi
vim-addons status

Solution 2

Try with installing following packages in packages.ubuntu.com :

sudo apt-get install vim-python-jedi

and then with your normal (non root) user:

vim-addons install python-jedi
Share:
14,941

Related videos on Youtube

avimehenwal
Author by

avimehenwal

Computer Engineer exploring new technologies and trying to understand them better. Technology appretiator and kneen learner. Javascript, Python developer. New to web developmetn and designing. Love artistic and creative job :D

Updated on September 18, 2022

Comments

  • avimehenwal
    avimehenwal over 1 year

    How to install jedi-vim python plugin on vim installed on ubuntu and use it's features from remote terminal window. I have gone through documentation as describe but my vim acts in the same normal was as it was before !

    I tryied

    cd ~/.vim/bundle
    git clone git://github.com/davidhalter/jedi-vim.git
    
  • avimehenwal
    avimehenwal almost 10 years
    I have downloaded it but still I cannot use it in vim. I can see no changes in vim. What should I do to my .vimrc file ?
  • Admin
    Admin almost 10 years
    did you download or install the package? you can simply install it with that command. Not need git clone.Sorry. I dont know how to use it.
  • avimehenwal
    avimehenwal almost 10 years
    I ran sudo apt-get install vim-python-jedi in terminal and installed it