aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/.profile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-29 02:35:57 +1000
committerGravatar scragly <[email protected]>2020-02-29 02:35:57 +1000
commitba337980a4fb83dc923619a9b803f78272c62e18 (patch)
tree06d079513e4fe4b02a1d7964e065db7b449f00be /scripts/.profile
parentUse port mapping, change container name to snekbox (diff)
parentChange 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/.profile2
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 "$@"
}