Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile update needed -- not all files copied to /usr/local/tractor #66

Open
moustakas opened this issue Jul 14, 2015 · 1 comment
Open

Comments

@moustakas
Copy link
Collaborator

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.

@dstndstn
Copy link
Owner

Oof. Really it should use setup.py, not a Makefile...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants