Language/python

library 패스 지정

세모데 2019. 3. 29. 11:04

import sys

sys.path.append('/test')

 

or

 

PYTHONPATH=/test python