diff options
| author | 2020-02-29 02:35:57 +1000 | |
|---|---|---|
| committer | 2020-02-29 02:35:57 +1000 | |
| commit | ba337980a4fb83dc923619a9b803f78272c62e18 (patch) | |
| tree | 06d079513e4fe4b02a1d7964e065db7b449f00be /scripts/.profile | |
| parent | Use port mapping, change container name to snekbox (diff) | |
| parent | Change snekbox timeout to 6 seconds. (diff) | |
Merge branch 'master' of github.com:python-discord/snekbox into compose
Diffstat (limited to 'scripts/.profile')
| -rw-r--r-- | scripts/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/.profile b/scripts/.profile index 73fbb28..69ad959 100644 --- a/scripts/.profile +++ b/scripts/.profile @@ -17,5 +17,5 @@ nsjpy() { nsjail \ --config "${NSJAIL_CFG:-/snekbox/snekbox.cfg}" \ $nsj_args -- \ - /snekbox/.venv/bin/python3 -Iqu -c "$@" + /usr/local/bin/python -Iqu -c "$@" } |