diff options
| author | 2020-11-15 11:26:21 -0800 | |
|---|---|---|
| committer | 2020-11-15 11:26:21 -0800 | |
| commit | b3da5baddea0b95c35b6914b3dc755e61d7185bc (patch) | |
| tree | b55874f3aa8805faf68e1332e1dd4333af710c13 /config | |
| parent | Merge pull request #77 - Add `lark` to available imports (diff) | |
| parent | Update Python binary mount path in nsjail config (diff) | |
Merge pull request #78 - Update to Python 3.9
Diffstat (limited to 'config')
| -rw-r--r-- | config/snekbox.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/snekbox.cfg b/config/snekbox.cfg index 38f3ade..27caf27 100644 --- a/config/snekbox.cfg +++ b/config/snekbox.cfg @@ -96,8 +96,8 @@ mount { } mount { - src: "/usr/local/bin/python3.8" - dst: "/usr/local/bin/python3.8" + src: "/usr/local/bin/python3.9" + dst: "/usr/local/bin/python3.9" is_bind: true rw: false } |