Revision 11674
Added by Aaron Marcuse-Kubitza about 11 years ago
Makefile | ||
---|---|---|
232 | 232 |
@echo 'Run the installer in it' |
233 | 233 |
@$(wait) |
234 | 234 |
$(foreach lib,$(macPostgresLibs),$(call macUsePostgresLib,$(lib))) |
235 |
-sudo easy_install psycopg2 |
|
235 | 236 |
-$(MAKE) $(postgresReload-Darwin) |
236 | 237 |
|
237 | 238 |
postgres-: _always ; # other OSes |
Also available in: Unified diff
fix: /Makefile: postgres-Darwin: also need to install psycopg2