mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-14 04:57:53 -06:00
Compare commits
3 commits
760381c336
...
85fb94d6d6
Author | SHA1 | Date | |
---|---|---|---|
85fb94d6d6 | |||
1a81ac75fe | |||
873310d900 |
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:
|
To remove all `vivenvs` you can use the below command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
viv cache remove $(viv list -q)
|
viv env remove $(viv list -q)
|
||||||
```
|
```
|
||||||
|
|
||||||
To remove `viv` altogether you can use the included `purge` command:
|
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:
|
To remove all `vivenvs` you can use the below command:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
viv cache remove $(viv list -q)
|
viv env remove $(viv list -q)
|
||||||
```
|
```
|
||||||
|
|
||||||
To remove `viv` all together you can use the included `purge` command:
|
To remove `viv` all together you can use the included `purge` command:
|
||||||
|
|
Loading…
Reference in a new issue