Open Six0Six0 opened 1 year ago
Re. 2: the python package just needs to be able to find the library. If ldconfig -p | grep -i postal
shows the library, you're good. You might be able to get away with just doing export LD_LIBRARY_PATH:/path/to/built/libpostal:$LD_LIBRARYPATH
and skipping the install entirely.
Note that if you don't modify your LD_LIBRARY_PATH
(or whatever else mac might call it) persistently, you'll have to set that env var every time you want to use the python library.
Hi!
Two questions:
make install
and specify a target directory for libpostal installation? I don't havesudo
access on the Mac.pip install
it using above target directory?