You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,19 @@ We encourage you to use `virtualenv` for your testing environment.
20
20
21
21
##Usage
22
22
23
-
>Note: by default testgres runs`initdb`,`pg_ctl`,`psql` provided by`PATH`. To specify a custom postgres installation, set the environment variable`PG_CONFIG` pointing to the`pg_config` executable:`export PG_CONFIG=/path/to/pg_config`.
23
+
>Note: by default testgres runs`initdb`,`pg_ctl`,`psql` provided by`PATH`.
24
+
25
+
There are several ways to specify a custom postgres installation:
26
+
27
+
* export`PG_CONFIG` environment variable pointing to the`pg_config` executable;
28
+
* export`PG_BIN` environment variable pointing to the directory with executable files.