aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/.profile
diff options
context:
space:
mode:
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 "$@"
}