mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
0c39290201
PR-URL: https://github.com/nodejs/node/pull/21952 Reviewed-By: Refael Ackermann <refack@gmail.com>
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')
|