Revision 237
Added by Aaron Marcuse-Kubitza about 13 years ago
scripts/Makefile | ||
---|---|---|
31 | 31 |
deps: _not_file $(call forOs,postgres mysql) |
32 | 32 |
|
33 | 33 |
postgres-Linux: _not_file |
34 |
sudo apt-get install python-dev python-pip libpq-dev
|
|
35 |
sudo pip install psycopg2 |
|
34 |
-sudo apt-get install python-dev libpq-dev
|
|
35 |
-sudo apt-get install python-pip && sudo pip install psycopg2
|
|
36 | 36 |
|
37 | 37 |
postgres-Darwin: _not_file |
38 | 38 |
|
39 | 39 |
mysql-Linux: _not_file |
40 |
sudo apt-get install mysql-server mysql-client python-mysqldb |
|
40 |
-sudo apt-get install mysql-server mysql-client python-mysqldb
|
|
41 | 41 |
|
42 | 42 |
mysql-Darwin: _not_file |
43 | 43 |
@echo $(highlight)'Installing MySQLdb Python driver on Mac OS X 10.7 (may work on other versions):'$(reset) |
Also available in: Unified diff
scripts/Makefile: Ignore errors about missing packages