devenv
devenv copied to clipboard
How to use unfree drivers
I set up a devenv shell with everything working and installing the ODBC driver for sql server, but when trying to use said driver to connect to the database through python I get the following error:
pyodbc.Error: ('01000', "[01000] [unixODBC] [Driver Manager]Can´t open lib 'ODBC Driver 18 for SQL Server': file not found () (SQLDriverConnect"))
It seems like it's searching for a file in a certain path, do I need to create a link or add a step on the enter shell part of the devenv.nix file?
Any help appreciated