From d2502d80bf09cf386d82180304564db36ac2f87b Mon Sep 17 00:00:00 2001 From: ClydeWallace22 <48610606+BrandtH22@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:40:59 -0600 Subject: [PATCH] include new environments to be removed --- docs/getting-started/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 70e3d5fed9..3beb794128 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -180,8 +180,10 @@ chia stop -d all # Deactivate the virtual environment deactivate -# Remove the current virtual environment +# Remove the current virtual environments rm -r venv +rm -r .penv +rm -r .venv # Pull the latest version git fetch