Skip to content

Instantly share code, notes, and snippets.

@gaiar
Last active April 27, 2019 10:55
Show Gist options
  • Save gaiar/9f112219e1df0c9b5e458845ac9d04d0 to your computer and use it in GitHub Desktop.
Save gaiar/9f112219e1df0c9b5e458845ac9d04d0 to your computer and use it in GitHub Desktop.
Create conda environment
#!/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