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.
2 parents ad05712 + 34e6410 commit 823d0abCopy full SHA for 823d0ab
docs/dev/virtualenvs.rst
@@ -289,7 +289,7 @@ This puts you back to the system's default Python interpreter with all its
289
installed libraries.
290
291
To delete a virtual environment, just delete its folder. (In this case,
292
-it would be ``rm -rf project_folder``.)
+it would be ``rm -rf venv``.)
293
294
After a while, though, you might end up with a lot of virtual environments
295
littered across your system, and it's possible you'll forget their names or
0 commit comments