Skip to content

Instantly share code, notes, and snippets.

@passionsjin
Created January 14, 2021 06:52
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 passionsjin/eda9f6185d52ce52275dedb966ce10bb to your computer and use it in GitHub Desktop.
Save passionsjin/eda9f6185d52ce52275dedb966ce10bb to your computer and use it in GitHub Desktop.
Python 현재 디렉토리 & 루트 디렉토리
current_dir = os.path.dirname(os.path.abspath(__file__))
project_root = os.path.dirname(sys.modules['__main__'].__file__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment