Last active
April 27, 2019 10:55
-
-
Save gaiar/9f112219e1df0c9b5e458845ac9d04d0 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
#!/usr/bin/env bash | |
conda create -n berlin-birds python=3.6 -y | |
conda activate berlin-birds | |
which python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment