Skip to content

Instantly share code, notes, and snippets.

@kgriffs
Created June 29, 2020 23:49
Show Gist options
  • Save kgriffs/9c54f9324f3841bcbccaaafcec6b5967 to your computer and use it in GitHub Desktop.
Save kgriffs/9c54f9324f3841bcbccaaafcec6b5967 to your computer and use it in GitHub Desktop.
Get directory of containing module (Python)
import os
_MYDIR = os.path.abspath(os.path.dirname(__file__))
print(_MYDIR)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment