Skip to content

Commit bae18c1

Browse files
author
James William Pye
committed
Remove references to python3.x
1 parent a8f3183 commit bae18c1

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.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
However, if you need to install for use with a particular version of python,
2727
just use the path of the executable that should be used::
2828
29-
$ /usr/opt/bin/python3.0 ./setup.py install
29+
$ /usr/opt/bin/python3 ./setup.py install
3030
3131
Under most POSIX systems, the above should work without problem if the proper
3232
Python executable is referenced. However, if it does fail, it is likely due

0 commit comments

Comments
 (0)