Merge pull request #990 from morenoh149/patch-3

Removing virtualenv should delete venv directory
This commit is contained in:
Marc Poulin
2019-04-01 08:35:59 -06:00
committed by GitHub
+1 -1
View File
@@ -289,7 +289,7 @@ This puts you back to the system's default Python interpreter with all its
installed libraries.
To delete a virtual environment, just delete its folder. (In this case,
it would be ``rm -rf project_folder``.)
it would be ``rm -rf venv``.)
After a while, though, you might end up with a lot of virtual environments
littered across your system, and it's possible you'll forget their names or