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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,15 @@ Download the source code [here](https://code.google.com/p/pyodbc/downloads/de
64
64
Unzip the directory where ever you want.
65
65
Edit setup.py within the pyodbc directory.
66
66
Look for the line that says “OS/X now ships with iODBC.” Right underneath that, remove the letter i from the statement:
67
+
67
68
settings[‘libraries’].append(‘iodbc’)
68
69
69
70
so that it reads:
71
+
70
72
settings[‘libraries’].append(‘odbc’)
71
-

73
+
72
74
Now that the setup.py file is configured correctly, pyodbc is ready to be installed. From your virtual environment, do a pip install of pyodbc and use the modified package.
0 commit comments