Add pandoc to PATH, nbconvert needs it sometimes
This commit is contained in:
parent
3ec62a28ad
commit
b63934ea17
|
@ -54,7 +54,7 @@
|
|||
packages.python-environment = python-environment;
|
||||
|
||||
packages.default = pkgs.writeScriptBin "start-notebook" ''
|
||||
env PATH=$PATH:${latex}/bin ${python-environment}/bin/jupyter-notebook
|
||||
env PATH=$PATH:${latex}/bin:${pkgs.pandoc}/bin ${python-environment}/bin/jupyter-notebook
|
||||
'';
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
|
Loading…
Reference in New Issue
Block a user