diff options
author | 2020-02-21 16:30:29 -0800 | |
---|---|---|
committer | 2020-02-21 16:30:29 -0800 | |
commit | 0441ffde777c1e46486c978e24a8d4564b7c2d1d (patch) | |
tree | a0133bdfa0f771ef9418ecbee550a8ea12625aec /scripts | |
parent | Merge pull request #55 from python-discord/proper-chroot (diff) | |
parent | CI: 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/.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 "$@" } |