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 1e0e5b2 commit 6940956Copy full SHA for 6940956
getting-started/setup-building.rst
@@ -1223,7 +1223,7 @@ CPython repository.
1223
podman run -it --rm --volume $PWD:/workspace:Z --workdir /workspace cpython-dev
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 ``git clean -fxd``
+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
.. c_codespaces_end
0 commit comments