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

Allow the user to specify additional directories to look for modules to import #243

Open
4 tasks
dlespiau opened this issue Jul 25, 2019 · 0 comments
Open
4 tasks
Labels
kind/enhancement New feature or request topic/cli

Comments

@dlespiau
Copy link
Member

We've been careful crafting the importing code to not important beyond the script directory. There are some cases where the user wants to specify additional import directories though: if the script is in a sub-directory but need to access library code from a top-level directory.

We could add -I option to tell the various importers to consider extra directories when looking for modules.

@dlespiau dlespiau added kind/enhancement New feature or request topic/cli labels Jul 25, 2019
@dlespiau dlespiau changed the title Allow the user to specify addition directories to look for modules to import Allow the user to specify additional directories to look for modules to import Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request topic/cli
Projects
None yet
Development

No branches or pull requests

1 participant