diff options
author | 2021-01-10 01:29:48 +0000 | |
---|---|---|
committer | 2021-01-10 01:29:48 +0000 | |
commit | 89b773fe8879e3dfb979cd48b13bc177c5cc30f2 (patch) | |
tree | 9db170f3f0ea5d480a0934ee69bf0be9a85705f6 /scripts | |
parent | Merge pull request #86 from python-discord/precommit-pycharm (diff) | |
parent | CI: install numpy (diff) |
Merge pull request #87 from python-discord/feat/deps/site-isolation
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.profile b/scripts/.profile index 9bf8e09..11c8d78 100644 --- a/scripts/.profile +++ b/scripts/.profile @@ -17,5 +17,5 @@ nsjpy() { nsjail \ --config "${NSJAIL_CFG:-/snekbox/config/snekbox.cfg}" \ $nsj_args -- \ - /usr/local/bin/python -Iqu -c "$@" + /usr/local/bin/python -Squ -c "$@" } |