create yaml file anaconda code example Example 1: conda env conda create -n myenv python=3.6 Example 2: how to activate conda environment conda activate myenv