mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Merge pull request #990 from morenoh149/patch-3
Removing virtualenv should delete venv directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user