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

Install executable in bin dir. #11

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

aminiussi
Copy link
Member

There is no reason to install executables in different location
based on the language they'rewritten.
So python scripts (which are executables) should be available in the exec_prefix
directory (typically stage/bin).

One side effect is that when in regression.py, we know were
to find, says process_bjam_log whithout having to assume anything else than the fact that executables are n the same dir.

There is no reason to install executables in different location
based on the language they'rewritten.
So python scripts should be availables in the exec_prefix
directory (typically stage/bin).

One side effect is that when in regression.py, we know were
to find, says process_bjam_log.
@grafikrobot
Copy link
Member

Is there a reason why you need to install the python files?

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

Successfully merging this pull request may close these issues.

2 participants