Skip to content
Snippets Groups Projects
Commit 32d3faa2 authored by Théo Zimmermann's avatar Théo Zimmermann
Browse files

Extend environment to be able to run the mv files.

parent 303c49ca
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
pwgen
jq
nixpkgs-fmt
coqPackages_8_19.coq-lsp
];
shellHook = ''
......@@ -39,9 +40,7 @@
${pythonPackages.python.interpreter} -m venv "${venvDir}"
fi
# Under some circumstances it might be necessary to add your virtual
# environment to PYTHONPATH, which you can do here too;
PYTHONPATH=$PWD/${venvDir}/${pythonPackages.python.sitePackages}/:$PYTHONPATH
export OCAMLPATH=${pkgs.coqPackages_8_19.coq-lsp}/lib/ocaml/${pkgs.coqPackages_8_19.coq.ocaml.version}/site-lib
source "${venvDir}/bin/activate"
'';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment