pkgs: {
paths = with pkgs; [
octave
pipenv
(python39.withPackages ( packages: with packages; [
numpy
scipy
sympy
matplotlib
] ))
];
}