Skip to content

Commit 823d0ab

Browse files
authored
Merge pull request #990 from morenoh149/patch-3
Removing virtualenv should delete venv directory
2 parents ad05712 + 34e6410 commit 823d0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ This puts you back to the system's default Python interpreter with all its
289289
installed libraries.
290290

291291
To delete a virtual environment, just delete its folder. (In this case,
292-
it would be ``rm -rf project_folder``.)
292+
it would be ``rm -rf venv``.)
293293

294294
After a while, though, you might end up with a lot of virtual environments
295295
littered across your system, and it's possible you'll forget their names or

0 commit comments

Comments
 (0)