Set PYTHONPATH using shellHook in pyshell template

This commit is contained in:
Evie Litherland-Smith 2024-10-15 07:12:50 +01:00
parent a253733a2a
commit d00096b0ba

View file

@ -194,6 +194,9 @@ nix-mode
> "]" n
> "))" n
> "];" n
> "shellHook = ''" n
> "export PYTHONPATH=$(readlink -f ./):$PYTHONPATH" n
> "'';"n
> "}")
python-base-mode