aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-01-10 01:29:48 +0000
committerGravatar GitHub <[email protected]>2021-01-10 01:29:48 +0000
commit89b773fe8879e3dfb979cd48b13bc177c5cc30f2 (patch)
tree9db170f3f0ea5d480a0934ee69bf0be9a85705f6 /config
parentMerge pull request #86 from python-discord/precommit-pycharm (diff)
parentCI: install numpy (diff)
Merge pull request #87 from python-discord/feat/deps/site-isolation
Diffstat (limited to 'config')
-rw-r--r--config/snekbox.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/snekbox.cfg b/config/snekbox.cfg
index 27caf27..aa39059 100644
--- a/config/snekbox.cfg
+++ b/config/snekbox.cfg
@@ -14,6 +14,7 @@ envar: "OPENBLAS_NUM_THREADS=1"
envar: "MKL_NUM_THREADS=1"
envar: "VECLIB_MAXIMUM_THREADS=1"
envar: "NUMEXPR_NUM_THREADS=1"
+envar: "PYTHONPATH=/snekbox/user_base/lib/python3.9/site-packages"
keep_caps: false
@@ -114,5 +115,5 @@ iface_no_lo: true
exec_bin {
path: "/usr/local/bin/python"
- arg: "-Iqu"
+ arg: "-Squ"
}