Skip to content

Instantly share code, notes, and snippets.

@ksomemo
Last active August 11, 2017 00:47
Show Gist options
  • Save ksomemo/cea8c178f9448de44958 to your computer and use it in GitHub Desktop.
Save ksomemo/cea8c178f9448de44958 to your computer and use it in GitHub Desktop.
Python Append library path and Absolute path
import os
import sys
# library path
# Absolute path
sys.path.append(os.path.abspath(os.path.dirname(__file__) + '/..'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment