Install different versions of Python locally (Linux Sabayon)

Installing different verions of Python locally is very usefull wen using Virtualenv, so we can swap from one version to another just typing one command. We’ll need the compiler so first we need to check if it’s actually installed: If it’s not installed you can get it as follows: Get the version of python you want to install from http://www.python.org/download/. …

Create default configuration for VIM

For having a good looking VIM with a nicer colorscheme, we only need to follow two steps (Of course we need to install vim first) Create VIM default configuration file Create the file .vimrc in your home directory. edit the file: insert the default configuration: Add the color scheme Now we can download our favourite color scheme. In this example …