Skip to content

Commit 853cc14

Browse files
Troubleshooting changes. Initcap fix. Put platform at sentence heads. Reorder
points.
1 parent 61e28b4 commit 853cc14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/installation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,19 +193,19 @@ If importing cx_Oracle fails:
193193
- Do you get the error "``DPI-1047: Oracle Client library cannot be
194194
loaded``"?
195195

196-
- Check the ``PATH`` environment variable on Windows. Ensure that you
196+
- On Windows, check the ``PATH`` environment variable. Ensure that you
197197
have restarted your command prompt if you have modified environment
198198
variables.
199-
- Check the ``LD_LIBRARY_PATH`` environment variable on Linux.
199+
- On Windows, check that the correct `Windows Redistributables
200+
<https://oracle.github.io/odpi/doc/installation.html#windows>`__ have
201+
been installed.
202+
- On Linux, check the ``LD_LIBRARY_PATH`` environment variable.
200203
- On macOS, make sure Oracle Instant Client is in ``~/lib`` or
201204
``/usr/local/lib`` and that you are not using the bundled Python (use
202205
`Homebrew <https://brew.sh>`__ or `Python.org
203206
<https://www.python.org/downloads>`__ instead).
204207
- Check that Python, cx_Oracle and your Oracle Client libraries are all
205208
64-bit or all 32-bit.
206-
- on Windows, check that the correct `Windows Redistributables
207-
<https://oracle.github.io/odpi/doc/installation.html#windows>`__ have
208-
been installed.
209209

210210
- If you have both Python 2 and 3 installed, make sure you are
211211
using the correct python and pip (or python3 and pip3)

0 commit comments

Comments
 (0)