Skip to content

Commit eec0988

Browse files
authored
Merge pull request #627 from Chia-Network/update-install-instructions
include new environments to be removed
2 parents 0aadd76 + d2502d8 commit eec0988

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/getting-started/installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,10 @@ chia stop -d all
180180
# Deactivate the virtual environment
181181
deactivate
182182

183-
# Remove the current virtual environment
183+
# Remove the current virtual environments
184184
rm -r venv
185+
rm -r .penv
186+
rm -r .venv
185187

186188
# Pull the latest version
187189
git fetch

0 commit comments

Comments
 (0)