Created
October 9, 2016 00:39
-
-
Save tdhopper/cbcc69722c33a647a39357042462bd00 to your computer and use it in GitHub Desktop.
Create conda environment
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
query="{query}" | |
fn=${query// /_} | |
p="/Users/tdhopper/repos/distil/data_science/$fn" | |
mkdir $p | |
cd $p && source /Users/tdhopper/.bash_functions && conda-env-file | |
/usr/local/bin/subl -n $p $p/environment.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment