We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792f9b commit 2442e01Copy full SHA for 2442e01
getting-started/setup-building.rst
@@ -1222,6 +1222,10 @@ in a clone of the CPython repository.
1222
1223
podman run -it --rm --volume $PWD:/workspace:Z --workdir /workspace ghcr.io/python/devcontainer:latest
1224
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
+
1229
.. _devcontainer-build:
1230
1231
Building yourself
0 commit comments