diff options
author | 2024-10-03 19:50:12 +0100 | |
---|---|---|
committer | 2024-10-03 22:06:39 +0100 | |
commit | f726695b1a1d99b5c61ea09bd3a364103a08d7bf (patch) | |
tree | e413a3b771da56fbb6516d02920c8061612c3d03 /README.md | |
parent | Correct spelling in test cases (diff) |
Update all references to /lang to /snekbin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ To expose third-party Python packages during evaluation, install them to a custo ```sh docker exec snekbox /bin/sh -c \ - 'PYTHONUSERBASE=/snekbox/user_base /lang/python/default/bin/python -m pip install --user numpy' + 'PYTHONUSERBASE=/snekbox/user_base /snekbin/python/default/bin/python -m pip install --user numpy' ``` In the above command, `snekbox` is the name of the running container. The name may be different and can be checked with `docker ps`. |