INCF / libneurosim

Common interfaces for neuronal simulators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python libraries not installed in appropriate python directories

sanjayankur31 opened this issue · comments

This was also picked up during the Fedora package review. I wasn't sure, but I looked at the examples in NEST, which say that the libneurosim python bits should be available in PYTHONPATH. So, I expect that the libpyneurosim shared objects should go to /usr/{lib,64}/pythonX.Y/site-packages/?

I'm looking at the docs to see if there's a way of setting the right installation directories for these in Autotools. (In the RPM, I can manually move the files to the correct location.)