Skip to content
Snippets Groups Projects
Commit 88189d3b authored by Armin Rigo's avatar Armin Rigo
Browse files

Try to avoid confusion

parent 07be4292
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@
<pre class="literal-block">
cd pypy/sandbox
pypy_interact.py path/to/pypy-sandbox
# don't confuse it with pypy/goal/pyinteractive.py!
</pre>
<p>You get a fully sandboxed interpreter, in its own filesystem hierarchy
(try <tt class="docutils literal"><span class="pre">os.listdir('/')</span></tt>). For example, you would run an untrusted
......
......@@ -113,6 +113,7 @@
cd pypy/sandbox
pypy_interact.py path/to/pypy-sandbox
# don't confuse it with pypy/goal/pyinteractive.py!
You get a fully sandboxed interpreter, in its own filesystem hierarchy
(try ``os.listdir('/')``). For example, you would run an untrusted
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment