mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-14 04:57:53 -06:00
Compare commits
2 commits
85fb94d6d6
...
760381c336
Author | SHA1 | Date | |
---|---|---|---|
760381c336 | |||
62b5edf8d1 |
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ __import__("viv").use("click")
|
|||
To remove all `vivenvs` you can use the below command:
|
||||
|
||||
```sh
|
||||
viv env remove $(viv list -q)
|
||||
viv cache remove $(viv list -q)
|
||||
```
|
||||
|
||||
To remove `viv` altogether you can use the included `purge` command:
|
||||
|
|
|
@ -10,7 +10,7 @@ __import__("viv").use("click")
|
|||
To remove all `vivenvs` you can use the below command:
|
||||
|
||||
```sh
|
||||
viv env remove $(viv list -q)
|
||||
viv cache remove $(viv list -q)
|
||||
```
|
||||
|
||||
To remove `viv` all together you can use the included `purge` command:
|
||||
|
|
Loading…
Reference in a new issue