pypy-sandbox
sandboxed PyPy interpreter
Install
- All systems
-
curl cmd.cat/pypy-sandbox.sh
- Debian
-
apt-get install python-pypy.sandbox
- Ubuntu
-
apt-get install python-pypy.sandbox
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pypy.sandbox
- Raspbian
-
apt-get install python-pypy.sandbox
- Dockerfile
- dockerfile.run/pypy-sandbox
python-pypy.sandbox
sandboxed PyPy interpreter
A version of PyPy that runs fully "virtualized", where an external process controls all input/output. This is a secure sandbox, it is safe to run any untrusted Python code with it. The Python code cannot see or modify any local file except via interaction with the external process. PyPy is a fast, compliant alternative implementation of the Python language (2.7).