mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
feat: add viv prompt to venv
This commit is contained in:
parent
4d75feb9e3
commit
7932e13de6
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@ from typing import (
|
||||||
from urllib.error import HTTPError
|
from urllib.error import HTTPError
|
||||||
from urllib.request import urlopen
|
from urllib.request import urlopen
|
||||||
|
|
||||||
__version__ = "23.5a6-3-g5e2a62d-dev"
|
__version__ = "23.5a6-4-g4d75feb-dev"
|
||||||
|
|
||||||
|
|
||||||
class Spinner:
|
class Spinner:
|
||||||
|
@ -844,6 +844,7 @@ class ViVenv:
|
||||||
with Spinner("creating vivenv"):
|
with Spinner("creating vivenv"):
|
||||||
venv.create(
|
venv.create(
|
||||||
self.path,
|
self.path,
|
||||||
|
prompt=f"viv-{self.name}",
|
||||||
clear=True,
|
clear=True,
|
||||||
symlinks=True,
|
symlinks=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue