As all my friends, colleagues and followers know I am very big on functional programming, so when I heard about nixOS and the nix package manager (A Purely Functional package manager) I really wanted to find out more about it. Quote from Nix Nix is a powerful package manager for Linux and other Unix systems that makes …
Read MoreUsing pyenv to manage your virtual environments makes working on multiple projects, each using a different version of python a breeze. I do all my development on an Apple Macbook running Yosemite and my production environment is a VPS from Linode running CentOS 7. Here some simple notes on how I setup and use pyenv : …
Read More