Skip to content

Commit 2442e01

Browse files
brettcannonencukou
andauthored
Apply suggestion from @encukou
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 7792f9b commit 2442e01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

getting-started/setup-building.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,10 @@ in a clone of the CPython repository.
12221222
12231223
podman run -it --rm --volume $PWD:/workspace:Z --workdir /workspace ghcr.io/python/devcontainer:latest
12241224
1225+
Note that the container has read/write access to the working directory.
1226+
You may want to use a separate clone of CPython, or run ``make clean``
1227+
to remove caches and build output generated for your host OS.
1228+
12251229
.. _devcontainer-build:
12261230

12271231
Building yourself

0 commit comments

Comments
 (0)