<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pwntools on IHEXON BLOG</title><link>https://ihexon.github.io/tags/pwntools/</link><description>Recent content in Pwntools on IHEXON BLOG</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>zzheasy@gmail.com (IHEXON)</managingEditor><webMaster>zzheasy@gmail.com (IHEXON)</webMaster><copyright>Copy, _right?_ :thinking_face:</copyright><lastBuildDate>Sat, 23 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ihexon.github.io/tags/pwntools/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing pwntools Locally and Importing pwn</title><link>https://ihexon.github.io/posts/pwntools-install-import-pwn/</link><pubDate>Sat, 23 May 2026 00:00:00 +0000</pubDate><author>zzheasy@gmail.com (IHEXON)</author><guid>https://ihexon.github.io/posts/pwntools-install-import-pwn/</guid><description>&lt;p&gt;I hit this while installing a local pwntools checkout:&lt;/p&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;error: externally-managed-environment&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;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 &lt;code&gt;pip install&lt;/code&gt; into the global interpreter is blocked by default.&lt;/p&gt;</description></item></channel></rss>