среда, 13 марта 2013 г.

Install Psycopg2 to Virtualenv under Windows

Activate your vitualenv, and run:
easy_install http://www.stickpeople.com/projects/python/win-psycopg/2.4.6/psycopg2-2.4.6.win32-py2.7-pg9.2.2-release.exe
Psycopg2 precompiled Windows binaries: http://www.stickpeople.com/projects/python/win-psycopg/
Source: http://stackoverflow.com/a/5383266/1570936

воскресенье, 10 марта 2013 г.

Install Erlang on FreeBSD

$ fetch http://www.erlang.org/download/otp_src_R16B.tar.gz
$ gunzip -c otp_src_R16B.tar.gz | tar xf -
$ cd otp_src_R16B
$ ./configure --disable-hipe
$ gmake
# gmake install

Also I found (but doesn't try) interesting option to install Erlang https://github.com/spawngrid/kerl