Build a python development environment on a google chromebook

Hi,

I built a python development environment on my google chromebook. I will go through the steps slitely.

  1. Install termux from google play store.
  2. use the package manager pkg to install python, vim, tmux, ssh, git
  3. use pip to install ipython
  4. use git to clone vundle a vim plugin handler
  5. setup your vimrc file

/Rickard