Skip to content

Instantly share code, notes, and snippets.

@curtkim
Last active February 9, 2018 07:02
Show Gist options
  • Save curtkim/65f25dd63a35f367a451133c58476ee1 to your computer and use it in GitHub Desktop.
Save curtkim/65f25dd63a35f367a451133c58476ee1 to your computer and use it in GitHub Desktop.
conda env create --file enviornment.yml
conda activate p3
conda install ipython
conda env export > environment2.yml
conda deactivate
name: p3
channels:
- conda-forge
- defaults
dependencies:
- python=3.6.4
- pip
- pip:
- psycopg2
- pandas
- sklearn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment