Skip to content

Instantly share code, notes, and snippets.

@szabo92
Created October 11, 2017 19:59
Show Gist options
  • Save szabo92/e1798f3a90dfb9a5c1c811e13370a0a5 to your computer and use it in GitHub Desktop.
Save szabo92/e1798f3a90dfb9a5c1c811e13370a0a5 to your computer and use it in GitHub Desktop.
Import local program to a script
import sys
sys.path.append("/path/to/project/directory")
import project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment