Installing pwntools Locally and Importing pwn
·485 words·3 mins
I hit this while installing a local pwntools checkout:
error: externally-managed-environment This is not a pwntools problem. It is Python packaging doing what the distro asked it to do. On recent Debian and Ubuntu systems, the system Python is marked as externally managed, so pip install into the global interpreter is blocked by default.
