mueve pipenv a shenvs
This commit is contained in:
parent
7c7ed6a7e0
commit
d834a176f8
|
@ -1,6 +1,7 @@
|
||||||
pkgs: {
|
pkgs: {
|
||||||
paths = with pkgs; [
|
paths = with pkgs; [
|
||||||
octave
|
octave
|
||||||
|
pipenv
|
||||||
(python39.withPackages ( packages: with packages; [
|
(python39.withPackages ( packages: with packages; [
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
|
|
|
@ -4,5 +4,6 @@ shenvs: {
|
||||||
anpi
|
anpi
|
||||||
jupyter
|
jupyter
|
||||||
mad
|
mad
|
||||||
|
tcrb
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
pkgs: {
|
pkgs: {
|
||||||
paths = with pkgs; [
|
paths = with pkgs; [
|
||||||
octave
|
pipenv
|
||||||
(python39.withPackages ( packages: with packages; [
|
(python39.withPackages ( packages: with packages; [
|
||||||
psycopg2
|
psycopg2
|
||||||
] ))
|
]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue