Created
October 11, 2017 19:59
-
-
Save szabo92/e1798f3a90dfb9a5c1c811e13370a0a5 to your computer and use it in GitHub Desktop.
Import local program to a script
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
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