mostly working

This commit is contained in:
Daylin Morgan 2023-05-26 18:31:49 -05:00
parent f27cdf85d3
commit d4d304793c
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -51,7 +51,7 @@ from typing import (
Type, Type,
) )
__version__ = "22.12a3-63-g72ae9e4-dev" __version__ = "22.12a3-64-gf27cdf8-dev"
@dataclass @dataclass
@ -1019,7 +1019,7 @@ class Viv:
echo("Remember to include the following line in your shell rc file:") echo("Remember to include the following line in your shell rc file:")
sys.stderr.write( sys.stderr.write(
' `export PYTHONPATH="$PYTHONPATH:$HOME/' ' export PYTHONPATH="$PYTHONPATH:$HOME/'
f'{src.relative_to(Path.home())}"\n' f'{src.relative_to(Path.home())}"\n'
) )