Skip to content

Instantly share code, notes, and snippets.

@liorbenhorin
Created September 13, 2016 04:29
Show Gist options
  • Save liorbenhorin/96b4737057280694174c21433184fc76 to your computer and use it in GitHub Desktop.
Save liorbenhorin/96b4737057280694174c21433184fc76 to your computer and use it in GitHub Desktop.
Run pipeline from a custom location
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