mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
feat: use isolated env for default viv cli
This commit is contained in:
parent
10e668b2d9
commit
dafa099e4a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env -S python3 -S
|
||||
"""viv isn't venv!
|
||||
|
||||
viv -h
|
||||
|
@ -52,7 +52,7 @@ from typing import (
|
|||
Union,
|
||||
)
|
||||
|
||||
__version__ = "23.8b2-2-g2adcd6f-dev"
|
||||
__version__ = "23.8b2-5-g10e668b-dev"
|
||||
|
||||
|
||||
class Spinner:
|
||||
|
|
Loading…
Reference in a new issue