Skip to content

Instantly share code, notes, and snippets.

@raganmd
Last active July 26, 2021 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raganmd/f78bbbbc5f824aa3ed214433b53fa9d5 to your computer and use it in GitHub Desktop.
Save raganmd/f78bbbbc5f824aa3ed214433b53fa9d5 to your computer and use it in GitHub Desktop.
projectDep = f'{project.folder}/td-python-dep'
if projectDep not in sys.path:
sys.path.append(projectDep)
for each in sys.path:
print(each)
else:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment