Skip to content

Instantly share code, notes, and snippets.

@jethrokuan
Created September 23, 2018 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jethrokuan/c10d5ea2c5fc0fab2a83cadb6146f42c to your computer and use it in GitHub Desktop.
Save jethrokuan/c10d5ea2c5fc0fab2a83cadb6146f42c to your computer and use it in GitHub Desktop.
Python Env
with import <nixpkgs> {};
(python36.buildEnv.override {
extraLibs = with pkgs.python36Packages;
[
pip
scikitlearn
tensorflow
numpy
scipy
spacy
pandas
# Utilities
yapf
python-language-server
];
ignoreCollisions = true;
}).env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment