0

The python library I'm using needs some non-python dependencies. Python recognizes them if the default path is used (/usr/bin/). But my use case requires me to build the dependencies in a specific directory.

./configure prefix= <directory>
make && make install

But how do I tell it to read from a custom directory?

secretshardul
  • 1,635
  • 19
  • 31
  • Does this answer your question? [Importing files from different folder](https://stackoverflow.com/questions/4383571/importing-files-from-different-folder) – zackck Nov 27 '19 at 11:00
  • 1
    Didn't work. I want python to read compiled .so files not other python modules. – secretshardul Nov 27 '19 at 15:27

0 Answers0