Skip to content

Instantly share code, notes, and snippets.

@plumps
Created October 17, 2016 21:21
Show Gist options
  • Save plumps/4638f20dfb43403029b53b9eca26ed56 to your computer and use it in GitHub Desktop.
Save plumps/4638f20dfb43403029b53b9eca26ed56 to your computer and use it in GitHub Desktop.
python env for #ml
with import <nixpkgs> {};
with python35Packages;
python.withPackages (ps: with ps; [ numpy pandas matplotlib jupyter ])
@plumps
Copy link
Author

plumps commented Oct 17, 2016

install nix (osx or linux)

$ curl https://nixos.org/nix/install | sh

install the python env (download the gist)

$ nix-env -if ml-python-env.nix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment