We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f3183 commit bae18c1Copy full SHA for bae18c1
2 files changed
README
@@ -14,7 +14,7 @@ Installation
14
15
Installation *should* be as simple as::
16
17
- $ python3.0 ./setup.py install
+ $ python3 ./setup.py install
18
19
20
More information about installation is available via::
postgresql/documentation/admin.py
@@ -26,7 +26,7 @@
26
However, if you need to install for use with a particular version of python,
27
just use the path of the executable that should be used::
28
29
- $ /usr/opt/bin/python3.0 ./setup.py install
+ $ /usr/opt/bin/python3 ./setup.py install
30
31
Under most POSIX systems, the above should work without problem if the proper
32
Python executable is referenced. However, if it does fail, it is likely due
0 commit comments