Skip to content

ARROW-2131: [Python] Prepend module path to PYTHONPATH when spawning subprocess - #1640

Closed
wesm wants to merge 2 commits into
apache:masterfrom
wesm:ARROW-2131
Closed

ARROW-2131: [Python] Prepend module path to PYTHONPATH when spawning subprocess#1640
wesm wants to merge 2 commits into
apache:masterfrom
wesm:ARROW-2131

Conversation

@wesm

@wesmwesm commented Feb 21, 2018

Copy link
Copy Markdown
Member

This enables this test to pass in an in-place build without running setup.py develop

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pitrou is there a more approved way to get the module absolute directory path?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

os.path.abspath(os.path.dirname(pa.__file__)), no?

@wesm

wesm commented Feb 22, 2018

Copy link
Copy Markdown
MemberAuthor

@wesmwesm closed this in 3e87f77Feb 22, 2018
@wesm
wesm deleted the ARROW-2131 branch February 22, 2018 17:09
Sign up for freeto 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

@wesm@xhochy@pitrou