You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I supposed to add
/path/to/where/I/downloaded/tractor (in my case /usr/local/share/tractor)
to my PYTHONPATH
or
/usr/local/tractor
which is where "make install" puts everything?
With the former all the import statements work but with the latter not everything gets installed, including "source_extractor.py" and "sfd.py" so I had to do:
cp /usr/local/share/tractor/tractor/source_extractor.py /usr/local/tractor/lib/python/tractor/
cp /usr/local/share/tractor/tractor/sfd.py /usr/local/tractor/lib/python/tractor/
Am I supposed to add
/path/to/where/I/downloaded/tractor (in my case /usr/local/share/tractor)
to my PYTHONPATH
or
/usr/local/tractor
which is where "make install" puts everything?
With the former all the import statements work but with the latter not everything gets installed, including "source_extractor.py" and "sfd.py" so I had to do:
cp /usr/local/share/tractor/tractor/source_extractor.py /usr/local/tractor/lib/python/tractor/
cp /usr/local/share/tractor/tractor/sfd.py /usr/local/tractor/lib/python/tractor/
And:
cp -R /usr/local/share/tractor/utils /usr/local/tractor/lib/python/
This probably just requires a simple update to the Makefile.
The text was updated successfully, but these errors were encountered: