node/tools/pip/sitecustomize.py

4 lines
102 B
Python
Raw Normal View History

import os
import site
site.addsitedir(os.path.dirname(os.path.realpath(__file__)) + '/site-packages')