Skip to content

Commit 0397f4d

Browse files
author
James William Pye
committed
Reference as 'python3'.
1 parent 515dcc1 commit 0397f4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation
1414

1515
Installation *should* be as simple as::
1616

17-
$ python3.0 ./setup.py install
17+
$ python3 ./setup.py install
1818

1919

2020
More information about installation is available via::

postgresql/documentation/admin.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ installation is normally as simple as::
2121
However, if you need to install for use with a particular version of python,
2222
just use the path of the executable that should be used::
2323

24-
$ /usr/opt/bin/python3.0 ./setup.py install
24+
$ /usr/opt/bin/python3 ./setup.py install
2525

2626
Under most POSIX systems, the above should work without problem if the proper
2727
Python executable is referenced. However, if it does fail, it is likely due

0 commit comments

Comments
 (0)