Install Homebrew
Install a few things with homebrew:
Notice that some packages give you information at the end, read it carefully. To recall that info use brew info like this: $ brew info postgresql
$ brew install python --universal
| // | |
| // UIImage+Network.h | |
| // Fireside | |
| // | |
| // Created by Soroush Khanlou on 8/25/12. | |
| // | |
| // | |
| #import <UIKit/UIKit.h> |
Install Homebrew
Install a few things with homebrew:
Notice that some packages give you information at the end, read it carefully. To recall that info use brew info like this: $ brew info postgresql
$ brew install python --universal
| class AuthorForm(ModelForm): | |
| def __init__(self, *args, **kwargs): | |
| self.helper = FormHelper() | |
| self.helper.form_tag = False | |
| self.helper.layout = Layout( | |
| Field('name'), | |
| ) | |
| super(AuthorForm, self).__init__(*args, **kwargs) | |
| class Meta: | |
| model = Author |
| ### MATPLOTLIBRC FORMAT | |
| # This is a sample matplotlib configuration file - you can find a copy | |
| # of it on your system in | |
| # site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it | |
| # there, please note that it will be overridden in your next install. | |
| # If you want to keep a permanent local copy that will not be | |
| # over-written, place it in HOME/.matplotlib/matplotlibrc (unix/linux | |
| # like systems) and C:\Documents and Settings\yourname\.matplotlib | |
| # (win32 systems). |
| apt-get install zlib1g-dev | |
| apt-get install g++ | |
| export VENV=$VIRTUAL_ENV | |
| mkdir $VENV/packages && cd $VENV/packages | |
| curl -O http://oligarchy.co.uk/xapian/1.0.16/xapian-core-1.0.16.tar.gz | |
| curl -O http://oligarchy.co.uk/xapian/1.0.16/xapian-bindings-1.0.16.tar.gz | |
| tar xzvf xapian-core-1.0.16.tar.gz |