Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on raspbian #3

Open
segalion opened this issue Oct 20, 2020 · 0 comments
Open

Installation on raspbian #3

segalion opened this issue Oct 20, 2020 · 0 comments

Comments

@segalion
Copy link

I have tryed your great script in a raspbian RPI4 enviroment and I want to make some corrections to make work, that could be great to include...

  1. Need to previously install:

sudo apt install libncurses-dev python-dev python3-dev git ctags

  1. remove prevously vim (if installed)

sudo apt-get remove vim vim-runtime

  1. Install vim from source with 'sudo'. Modify
    'make -j $CPUS && sudo make install'
    in 'install.sh' file

  2. Install rope in python3:
    pip3 install --user rope ropemode ropevim

  3. Include in .vimrc:
    " close vim if the only window left open is a NERDTree
    autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTree") && b:NERDTree.isTabTree()) | q | endif

Maybe could be great to change/update those pip2 versions to python3 as python2 is now EOL.

Thanks a lot for this.

Probably this could be best python3 IDE specially for ligthCPU envoroments like raspberry pi, so thanks for support this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant