mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-10 03:13:14 -06:00
mostly working
This commit is contained in:
parent
f27cdf85d3
commit
d4d304793c
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ from typing import (
|
|||
Type,
|
||||
)
|
||||
|
||||
__version__ = "22.12a3-63-g72ae9e4-dev"
|
||||
__version__ = "22.12a3-64-gf27cdf8-dev"
|
||||
|
||||
|
||||
@dataclass
|
||||
|
@ -1019,7 +1019,7 @@ class Viv:
|
|||
|
||||
echo("Remember to include the following line in your shell rc file:")
|
||||
sys.stderr.write(
|
||||
' `export PYTHONPATH="$PYTHONPATH:$HOME/'
|
||||
' export PYTHONPATH="$PYTHONPATH:$HOME/'
|
||||
f'{src.relative_to(Path.home())}"\n'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue