mirror of https://github.com/nodejs/node.git
4 lines
102 B
Python
4 lines
102 B
Python
|
import os
|
||
|
import site
|
||
|
site.addsitedir(os.path.dirname(os.path.realpath(__file__)) + '/site-packages')
|