Installing pwndbg From Source With venv
·481 words·3 mins
This is the way I install pwndbg from a local checkout when I want the Python dependencies isolated in a venv.
I am not using setup.sh here. The script is convenient, but it also tries to install system packages with sudo. For a clean user-level install, I prefer doing the Python part explicitly.
