mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-09 19:13:14 -06:00
fix: shims should specify python3
This commit is contained in:
parent
c195c540a7
commit
f442fdcdd8
1 changed files with 2 additions and 2 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.5a5-30-g838b585-dev"
|
__version__ = "23.5a5-31-gc195c54-dev"
|
||||||
|
|
||||||
|
|
||||||
class Spinner:
|
class Spinner:
|
||||||
|
@ -454,7 +454,7 @@ python api: {a.style('__import__("viv").use("typer", "rich-click")','bold')}
|
||||||
else:
|
else:
|
||||||
imports = ""
|
imports = ""
|
||||||
return f"""\
|
return f"""\
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
# AUTOGENERATED by viv (v{__version__})
|
# AUTOGENERATED by viv (v{__version__})
|
||||||
# see `python3 <(curl -fsSL viv.dayl.in/viv.py) --help`
|
# see `python3 <(curl -fsSL viv.dayl.in/viv.py) --help`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue