aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-02-21 16:30:29 -0800
committerGravatar GitHub <[email protected]>2020-02-21 16:30:29 -0800
commit0441ffde777c1e46486c978e24a8d4564b7c2d1d (patch)
treea0133bdfa0f771ef9418ecbee550a8ea12625aec /scripts
parentMerge pull request #55 from python-discord/proper-chroot (diff)
parentCI: install Pipfile into system interpreter (diff)
Merge pull request #62 from python-discord/bug/ci/61/python-symlink-not-resolving
Install Pipfile into system interpreter
Diffstat (limited to 'scripts')
-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 "$@"
}