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

Fix Dockerfile-dev so it creates the lando-api-dev script #18

Merged
merged 1 commit into from
Jun 30, 2017

Conversation

mars-f
Copy link
Contributor

@mars-f mars-f commented Jun 30, 2017

pip won't generate scripts listed in setup.py's entry_points if the
module is already available in the PYTHONPATH. Scripts in the dev
environment, like lando-api-dev, are not being generated as a result.
Change when we set the PYTHONPATH environment variable in the dev
environment Dockerfile so pip will generate the scripts once
again.

pip won't generate scripts listed in setup.py's entry_points if the
module is already available in the PYTHONPATH.  Scripts in the dev
environment, like lando-api-dev, are not being generated as a result.
Change when we set the PYTHONPATH environment variable in the dev
environment Dockerfile so pip will generate the scripts once
again.
@purelogiq purelogiq self-requested a review June 30, 2017 18:20
@mars-f mars-f merged commit 233c414 into mozilla-conduit:master Jun 30, 2017
@mars-f mars-f deleted the fix-dev-script-generation branch June 30, 2017 18:24
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.

3 participants