Last active
February 9, 2018 07:02
-
-
Save curtkim/65f25dd63a35f367a451133c58476ee1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
conda env create --file enviornment.yml | |
conda activate p3 | |
conda install ipython | |
conda env export > environment2.yml | |
conda deactivate | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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