Skip to content

Instantly share code, notes, and snippets.

@SHDShim
Last active January 13, 2024 22:48
Show Gist options
  • Save SHDShim/a80e4fab9f053ab037afb7a2cef504b9 to your computer and use it in GitHub Desktop.
Save SHDShim/a80e4fab9f053ab037afb7a2cef504b9 to your computer and use it in GitHub Desktop.
Adding local python modules to the path to read

How to Add local python files to the path to read

import sys
sys.path.append('../../peakpo/')
sys.path.append('../local_modules/')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment