Add note about Teradata configuration for OS X

GSoC/Meterpreter_Web_Console
Adam Cammack 2018-06-27 15:33:50 -05:00
parent 1dbcf0fd09
commit fe8538a4a7
No known key found for this signature in database
GPG Key ID: C9378BA088092D66
2 changed files with 18 additions and 0 deletions

View File

@ -22,6 +22,15 @@ This module requires the Teradata ODBC driver and the Teradata python library.
* Or your home directory if not root.
* Make sure **odbc.ini** has been renamed to **.obdc.ini** .
### Configuration for OS X
On OS X the Python client needs to be pointed to the ODBC driver manually. Create `~/udaexec.ini` with the following contents:
```ini
[CONFIG]
odbcLibPath=/usr/lib/libiodbc.dylib
```
### Python Package
```
pip install teradata

View File

@ -20,6 +20,15 @@ This module requires the Teradata ODBC driver and the Teradata python library.
* Or your home directory if not root.
* Make sure **odbc.ini** has been renamed to **.obdc.ini** .
### Configuration for OS X
On OS X the Python client needs to be pointed to the ODBC driver manually. Create `~/udaexec.ini` with the following contents:
```ini
[CONFIG]
odbcLibPath=/usr/lib/libiodbc.dylib
```
### Python Package
```
pip install teradata