Created
September 13, 2016 04:29
-
-
Save liorbenhorin/96b4737057280694174c21433184fc76 to your computer and use it in GitHub Desktop.
Run pipeline from a custom location
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pth = '/Path/to/pipeline/directory' | |
if not pth in sys.path: | |
sys.path.append(pth) | |
from pipeline import pipeline | |
pipeline.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment