PYTHONPATH

동적으로 PYTHONPATH 추가

http://www.johnny-lin.com/cdat_tips/tips_pylang/path.html

import sys
sys.path.append("/home/me/mypy")