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

Add relative path support for load_setup_py_data #2700

Merged
merged 1 commit into from
Feb 22, 2018

Conversation

mariusvniekerk
Copy link
Contributor

When doing something like

load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True)

load_setup.py data did not add the correct path to sys.path.
This fix allows this to work cleanly

When doing something like
```python
load_setup_py_data(setup_file='../setup.py', from_recipe_dir=True)
```

load_setup.py data did not add the correct path to sys.path.
This fix allows this to work cleanly
@msarahan
Copy link
Contributor

Thanks. Merging.

@msarahan msarahan merged commit 7164022 into conda:master Feb 22, 2018
@mariusvniekerk mariusvniekerk deleted the setup_py_data_relative_path branch February 23, 2018 21:28
@github-actions
Copy link

Hi there, thank you for your contribution!

This pull request has been automatically locked because it has not had recent activity after being closed.

Please open a new issue or pull request if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Apr 22, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants