summaryrefslogtreecommitdiff
path: root/tools/pip/sitecustomize.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pip/sitecustomize.py')
-rw-r--r--tools/pip/sitecustomize.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pip/sitecustomize.py b/tools/pip/sitecustomize.py
new file mode 100644
index 0000000000..aa8087c898
--- /dev/null
+++ b/tools/pip/sitecustomize.py
@@ -0,0 +1,3 @@
+import os
+import site
+site.addsitedir(os.path.dirname(os.path.realpath(__file__)) + '/site-packages')