As of January 2017, Raspbian does not yet include the latest Python release, Python 3.6. This means we will have to build it ourselves, and here is how to do it.
- Install the required build-tools (some might already be installed on your system).
| # 0 is too far from ` ;) | |
| set -g base-index 1 | |
| # Automatically set window title | |
| set-window-option -g automatic-rename on | |
| set-option -g set-titles on | |
| #set -g default-terminal screen-256color | |
| set -g status-keys vi | |
| set -g history-limit 10000 |
| ############################## | |
| # _ | |
| # | |_ _ __ ___ _ ___ __ | |
| # | __| '_ ` _ \| | | \ \/ / | |
| # | |_| | | | | | |_| |> < | |
| # \__|_| |_| |_|\__,_/_/\_\ | |
| # | |
| ############################# | |
| # | |
| # COPY AND PASTE |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # Needs freetype-py>=1.0 | |
| # For more info see: | |
| # http://dbader.org/blog/monochrome-font-rendering-with-freetype-and-python | |
| # The MIT License (MIT) | |
| # | |
| # Copyright (c) 2013 Daniel Bader (http://dbader.org) |