I install python packages to my user root directory since I can't install it to the root directory due to security issues.
The python package (pyobdc) is looking for /usr/local/lib/libmsodbcsql.13.dylib
which doesn't exist there but it exists at /Users/Max/usr/local/lib/libmsodbcsql.13.dylib
.
I wanted to create a syslink but of course I ran into the same issue which is permissions to root.
How can I make the package (Installed in a Django project) point to the user root?