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
This will download and install a pre-compiled binary `if one is
379
391
available <https://pypi.python.org/pypi/cx_Oracle>`__ for your
380
392
architecture. If a pre-compiled binary is not available, the source
@@ -433,12 +445,14 @@ To use cx_Oracle with Oracle Instant Client zip files:
433
445
SET PATH=C:\oracle\instantclient_18_3;%PATH%
434
446
python %*
435
447
436
-
Invoke this batch file everytime you want to run python.
448
+
Invoke this batch file every time you want to run python.
437
449
438
450
Alternatively use ``SET`` to change your ``PATH`` in each command
439
451
prompt window before you run python.
440
452
441
-
4. Oracle Instant Client libraries require a Visual Studio redistributable with a 64-bit or 32-bit architecture to match Instant Client's architecture. Each Instant Client version requires a different redistributable version:
453
+
4. Oracle Instant Client libraries require a Visual Studio redistributable with
454
+
a 64-bit or 32-bit architecture to match Instant Client's architecture.
455
+
Each Instant Client version requires a different redistributable version:
442
456
443
457
- For Instant Client 18 or 12.2 install `VS 2013 <https://support.microsoft.com/en-us/kb/2977003#bookmark-vs2013>`__
444
458
- For Instant Client 12.1 install `VS 2010 <https://support.microsoft.com/en-us/kb/2977003#bookmark-vs2010>`__
@@ -505,6 +519,10 @@ package to install cx_Oracle from `PyPI
505
519
506
520
python -m pip install cx_Oracle --upgrade
507
521
522
+
If you are behind a proxy, specify your proxy server::
0 commit comments